[bug] board

This commit is contained in:
IrvingGao 2024-05-23 22:05:07 +08:00
parent cfd80a1dfe
commit fbde63fae6
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -51,10 +51,10 @@ if __name__ == '__main__':
player = 'maixsense'
elif board == 'orangepi':
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"]
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 = 'button'