fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.61k stars 148 forks source link

introduce base path for data files, make more sounds configurable #492

Closed norbusan closed 5 years ago

norbusan commented 5 years ago

introduce config option: base_data_dir and use it for file access to wav file and flite voice file. That is the actual location of say recognition_sounds is obtained by os.path.join-ing the base_data_dir and the recognition_sound setting.

Changes to the config_generator:

norbusan commented 5 years ago

Thanks