RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

Noise reduction/Sensitivity

Open zbeb opened this issue 1 year ago • 9 comments

Hi,

I’m currently using RealtimeSTT with the following configuration:

recorder_config = {
    'spinner': False,
    'model': 'large-v2',
    'language': 'en',
    'silero_sensitivity': 0.3,
    'webrtc_sensitivity': 1,
    'post_speech_silence_duration': 0.6,
    'min_length_of_recording': 0,
    'min_gap_between_recordings': 0,
    'enable_realtime_transcription': True,
    'realtime_processing_pause': 0.2,
    'realtime_model_type': 'tiny.en',
    'on_realtime_transcription_update': text_detected,
    'wakeword_backend': "oww",
    'wake_words_sensitivity': 0.35,
    'openwakeword_model_paths': "hey_echo.onnx",
    'wake_word_buffer_duration': 0.5,
}

The issue I'm facing is that the system continues to listen and doesn't stop when I finish talking if I keep clapping, snapping my fingers, or breathing heavily. It only stops when I stop making these noises.

Could you please advise on how to adjust the settings or configuration to resolve this issue?

Thank you!

Best regards, zbeb

zbeb avatar Aug 05 '24 01:08 zbeb