Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -22,6 +22,9 @@ pyloudnorm
|
|
| 22 |
librosa
|
| 23 |
ffmpeg-python
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
# Whisper local fallback (CPU)
|
| 26 |
faster-whisper
|
| 27 |
|
|
|
|
| 22 |
librosa
|
| 23 |
ffmpeg-python
|
| 24 |
|
| 25 |
+
# Noise suppression (RNNoise — voice-optimized, no musical artifacts)
|
| 26 |
+
rnnoise-python
|
| 27 |
+
|
| 28 |
# Whisper local fallback (CPU)
|
| 29 |
faster-whisper
|
| 30 |
|