Skip to content
Snippets Groups Projects
Unverified Commit 6daa9baf authored by Daniel Breedeveld's avatar Daniel Breedeveld Committed by GitHub
Browse files

Update vad_arguments.py

Fixed help comment mismatch with actual default value.
parent d98e2527
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,6 @@ class VADHandlerArguments: ...@@ -42,6 +42,6 @@ class VADHandlerArguments:
audio_enhancement: bool = field( audio_enhancement: bool = field(
default=False, default=False,
metadata={ metadata={
"help": "improves sound quality by applying techniques like noise reduction, equalization, and echo cancellation. Default is True." "help": "improves sound quality by applying techniques like noise reduction, equalization, and echo cancellation. Default is False."
}, },
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment