[bug] board
This commit is contained in:
parent
cfd80a1dfe
commit
fbde63fae6
|
@ -0,0 +1 @@
|
||||||
|
A copy of license terms is available at https://picovoice.ai/docs/terms-of-use/
|
Binary file not shown.
|
@ -51,10 +51,10 @@ if __name__ == '__main__':
|
||||||
player = 'maixsense'
|
player = 'maixsense'
|
||||||
elif board == 'orangepi':
|
elif board == 'orangepi':
|
||||||
|
|
||||||
keywords = ['hey google', 'ok google', '马铃薯']
|
keywords = ['hey google', 'ok google', '芭比']
|
||||||
keyword_paths = None
|
keyword_paths = None
|
||||||
model_path = 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"
|
model_path = "models/porcupine_params_zh.pv"
|
||||||
|
|
||||||
hd_trigger = 'button'
|
hd_trigger = 'button'
|
||||||
|
|
Loading…
Reference in New Issue