Skip to content
Snippets Groups Projects
Unverified Commit 86c08082 authored by Andrés Marafioti's avatar Andrés Marafioti Committed by GitHub
Browse files

Merge pull request #91 from BrutalCoding/patch-1

fix: Changed [True] to [False] in help text for audio_enhancement to align with actual default
parents d98e2527 6daa9baf
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,6 @@ class VADHandlerArguments:
audio_enhancement: bool = field(
default=False,
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