alexa-pi/AlexaPi

Make all the sound paths configurable

Open

#122 opened on Jan 1, 2017

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (1,324 stars) (402 forks)batch import
audioenhancementhelp wantedrequest

Description

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