diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-23 20:43:25 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-07-23 20:43:25 -0700 |
| commit | 043a447133695bfd2285a534b941db972873a692 (patch) | |
| tree | f3440d626023eef928769ac00c65d3229e85018b /app | |
| parent | e1730a63538d2b1a23c948d25580612303733eba (diff) | |
Diffstat (limited to 'app')
| -rw-r--r-- | app/stt.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -807,7 +807,7 @@ def transcriptionThread(shared_data: SharedThreadData): stream = MicStream(shared_data.cfg) collector = AudioCollector(stream) collector = CompressingAudioCollector(collector) - collector = BoostingAudioCollector(collector, -24.0, 24.0, + collector = BoostingAudioCollector(collector, -16.0, 24.0, shared_data.cfg) collector = NoiseReducingAudioCollector(collector, shared_data.cfg) #collector = NormalizingAudioCollector(collector) |
