Skip to content

fix: lower silence detection threshold to avoid rejecting valid speech#411

Open
diwakar-s-maurya wants to merge 1 commit intoOpenWhispr:mainfrom
diwakar-s-maurya:fix/lower-silence-threshold
Open

fix: lower silence detection threshold to avoid rejecting valid speech#411
diwakar-s-maurya wants to merge 1 commit intoOpenWhispr:mainfrom
diwakar-s-maurya:fix/lower-silence-threshold

Conversation

@diwakar-s-maurya
Copy link

Some microphones (e.g., Surface Pro built-in mic) produce peak RMS values below 0.01 even at full input level, causing all recordings to be discarded as silence. Lower threshold from 0.01 to 0.002.

I faced this issue in v1.5.5. It still exists in v1.6.1

Fixes #367

Some microphones (e.g., Surface Pro built-in mic) produce peak RMS values
below 0.01 even at full input level, causing all recordings to be
discarded as silence. Lower threshold from 0.01 to 0.002.
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.

Bug: Silence detection threshold too aggressive — valid speech rejected

1 participant