Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whisper Broken #26

Open
S0L0GUY opened this issue Jan 26, 2025 · 0 comments · May be fixed by #27
Open

Whisper Broken #26

S0L0GUY opened this issue Jan 26, 2025 · 0 comments · May be fixed by #27
Labels
🪰Bug Something isn't working

Comments

@S0L0GUY
Copy link
Owner

S0L0GUY commented Jan 26, 2025

Describe the bug
Nova can only speak, and cannot hear anything that the players say.

To Reproduce
Steps to reproduce the behavior:

  1. Run NOVA
  2. See Error

Expected behavior
Nova can hear other people speak.

Desktop (please complete the following information):

  • OS:Windows 10
  • Version MAIN

Additional context
Fix Whisper to hear players correctly.

@S0L0GUY S0L0GUY added the 🪰Bug Something isn't working label Jan 26, 2025
S0L0GUY added a commit that referenced this issue Jan 26, 2025
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.
@S0L0GUY S0L0GUY linked a pull request Jan 26, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪰Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant