Merge pull request #91 from BrutalCoding/patch-1
fix: Changed [True] to [False] in help text for audio_enhancement to align with actual default
This commit is contained in:
@@ -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."
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user