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

Update README.md (mic delay after awake.wav) #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

khalob
Copy link

@khalob khalob commented Feb 20, 2024

--mic-seconds-to-mute-after-awake-wav being 0.5 by default was the single biggest factor into why I thought Whisper wasn't processing my text to speech correctly. Not complaining, just wanted to highlight it might be good for users to know this is defaulted to a large pause before speaking, so they don't fall into my same mistakes. I assume "after-awake-wav" means after the .wav file is completely played, right? Changing this to 0.1 really helped me, but obviously there are many use cases, not just my own.

@lightsabata
Copy link

I agree, i manually set to 0.1 due to my « to fast responding sentence » after wake word

@B4rtLB
Copy link

B4rtLB commented May 2, 2024

could you specify how you did that?

@khalob
Copy link
Author

khalob commented May 4, 2024

@B4rtLB if you're running this on docker, you'd accomplish this by passing the flag/value of:
--mic-seconds-to-mute-after-awake-wav 0.1
during your docker container creation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants