jack wu

Results 4 comments of jack wu

Alright, I found the issue: Even if the pvporcupine engine is not used, the wake_words parameter must not be omitted. I think this is unreasonable. When using wakeword_backend='oww', it should...

I have discovered a new issue: when using "oww" as the wake word engine, it does not respond to voice and fails to detect the wake word. Why is that?

> 当前版本中 wakeword_backend='oww' 也遇到了同样的问题。 > > AttributeError:“AudioToTextRecorder”对象没有属性“owwModel” > > /Documents/newtest/venv/lib/python3.13/site-packages/RealtimeSTT/audio_recorder.py”,第 1607 行,在 _process_wakeword 预测 = self.owwModel.predict(pcm) ^^^^^^^^^^^^^^ AttributeError: 'AudioToTextRecorder' 对象没有属性 'owwModel' > > 查看您的库,我发现 self.owwModel 不存在。pvporcupine 运行良好,但 wakeword_backend='oww' 会引发错误。 >...

> [@leap233](https://github.com/leap233) could you share ibis and ai service container logs? thank you [wrenai-wren-ai-service.log](https://github.com/user-attachments/files/20219774/wrenai-wren-ai-service.log) [ibis.log](https://github.com/user-attachments/files/20219775/ibis.log) Is this the one?