alexa-pi/AlexaPi

Make all the sound paths configurable

Open

#122 创建于 2017年1月1日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (1,324 star) (402 fork)batch import
audioenhancementhelp wantedrequest

描述

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.

贡献者指南