Spaces:
Running
Running
Kikirilkov
commited on
Commit
•
a2b5b44
1
Parent(s):
3b96c34
Update TTS/config/shared_configs.py
Browse files
TTS/config/shared_configs.py
CHANGED
@@ -120,7 +120,7 @@ class BaseAudioConfig(Coqpit):
|
|
120 |
frame_length_ms: int = None
|
121 |
stft_pad_mode: str = "reflect"
|
122 |
# audio processing parameters
|
123 |
-
sample_rate: int =
|
124 |
resample: bool = False
|
125 |
preemphasis: float = 0.0
|
126 |
ref_level_db: int = 20
|
|
|
120 |
frame_length_ms: int = None
|
121 |
stft_pad_mode: str = "reflect"
|
122 |
# audio processing parameters
|
123 |
+
sample_rate: int = 22050
|
124 |
resample: bool = False
|
125 |
preemphasis: float = 0.0
|
126 |
ref_level_db: int = 20
|