alexa-pi/AlexaPi

Make all the sound paths configurable

Open

#122 aperta il 1 gen 2017

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Python (402 fork)batch import
audioenhancementhelp wantedrequest

Metriche repository

Star
 (1324 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor