Spaces:
Running
on
T4
Running
on
T4
make the audio a bit quieter by default
Browse files
InferenceInterfaces/ToucanTTSInterface.py
CHANGED
@@ -138,7 +138,7 @@ class ToucanTTSInterface(torch.nn.Module):
|
|
138 |
energy=None,
|
139 |
input_is_phones=False,
|
140 |
return_plot_as_filepath=False,
|
141 |
-
loudness_in_db=-
|
142 |
prosody_creativity=0.1):
|
143 |
"""
|
144 |
duration_scaling_factor: reasonable values are 0.8 < scale < 1.2.
|
|
|
138 |
energy=None,
|
139 |
input_is_phones=False,
|
140 |
return_plot_as_filepath=False,
|
141 |
+
loudness_in_db=-29.0,
|
142 |
prosody_creativity=0.1):
|
143 |
"""
|
144 |
duration_scaling_factor: reasonable values are 0.8 < scale < 1.2.
|