You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#26
Fix the `get_speech_input` method in `classes/whisper.py` to correctly detect silence and stop recording.
* **Silence Detection**
- Change `silence_duration` from milliseconds to seconds.
- Adjust the condition to stop recording after detecting sufficient silence.
* **Error Handling in `nova.py`**
- Add try-except block to handle errors during the transcription process.
- Print error messages and set typing indicator on error.
Describe the bug
Nova can only speak, and cannot hear anything that the players say.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Nova can hear other people speak.
Desktop (please complete the following information):
Additional context
Fix Whisper to hear players correctly.
The text was updated successfully, but these errors were encountered: