alexa-pi/AlexaPi

Make all the sound paths configurable

開放

#122 建立於 2017年1月1日

 (8 則留言) (0 個反應) (0 位負責人)Python (402 個分叉)batch import
audioenhancementhelp wantedrequest

倉庫指標

星標
 (1,324 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南