Remove audio_enhancer option

This commit is contained in:
Mark Backman
2025-04-01 10:26:28 -04:00
parent 72c8f6c8c3
commit 98b499e2e9

View File

@@ -27,11 +27,9 @@ class PreProcessingConfig(BaseModel):
"""Configuration for audio pre-processing options.
Attributes:
audio_enhancer: Whether to apply audio enhancement
speech_threshold: Sensitivity for speech detection (0-1)
"""
audio_enhancer: Optional[bool] = None
speech_threshold: Optional[float] = None