Update Uptated-Prototype/TTS-Script-PiperTTS.py
This commit is contained in:
@@ -24,6 +24,7 @@ voice = PiperVoice.load(model)
|
|||||||
syn_config = SynthesisConfig(
|
syn_config = SynthesisConfig(
|
||||||
volume=0.5, # half as loud
|
volume=0.5, # half as loud
|
||||||
length_scale=1.0, # twice as slow
|
length_scale=1.0, # twice as slow
|
||||||
|
speaker_id=0.0, # Decides speaker id
|
||||||
noise_scale=0.0, # more audio variation
|
noise_scale=0.0, # more audio variation
|
||||||
noise_w_scale=0.0, # more speaking variation
|
noise_w_scale=0.0, # more speaking variation
|
||||||
normalize_audio=False, # use raw audio from voice
|
normalize_audio=False, # use raw audio from voice
|
||||||
|
|||||||
Reference in New Issue
Block a user