[model] 马铃薯唤醒词

This commit is contained in:
IrvingGao 2024-05-23 20:37:58 +08:00
parent 7e6e40bbd4
commit d5565067b2
4 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1 @@
A copy of license terms is available at https://picovoice.ai/docs/terms-of-use/

View File

@ -62,9 +62,11 @@ if __name__ == '__main__':
else:
keywords = ['hey google', 'ok google']
keywords = ['hey google', 'ok google', '马铃薯']
keyword_paths = None
model_path = None
keyword_paths = ["models/马铃薯_zh_raspberry-pi_v3_0_0/马铃薯_zh_raspberry-pi_v3_0_0.ppn"]
model_path = "models/porcupine_params_zh.pv"
hd_trigger = 'keyboard'
player = 'opencv'