alexa-pi/AlexaPi

Make all the sound paths configurable

Open

#122 geöffnet am 1. Jan. 2017

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (402 Forks)batch import
audioenhancementhelp wantedrequest

Repository-Metriken

Stars
 (1.324 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We distribute some sound files in the src/resources/ directory. We should make them all configurable. Particularly Alexa's "yes" and "hello" might get annoying over a time, so users might want to replace them with something else.

We should use something like .replace('{resources_path}', resources_path) and set the paths in the config relative to the {resources_path} directory.

Contributor Guide