alexa-pi/AlexaPi

Make all the sound paths configurable

Ouverte

#122 ouverte le 1 janv. 2017

 (8 commentaires) (0 réaction) (0 personne assignée)Python (402 forks)batch import
audioenhancementhelp wantedrequest

Métriques du dépôt

Stars
 (1 324 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur