Update Uptated-Prototype/TTS-Script-PiperTTS.py

This commit is contained in:
2025-12-12 08:45:43 -08:00
parent cde1787645
commit 5ef240b143

View File

@@ -24,6 +24,7 @@ voice = PiperVoice.load(model)
syn_config = SynthesisConfig(
volume=0.5, # half as loud
length_scale=1.0, # twice as slow
speaker_id=0.0, # Decides speaker id
noise_scale=0.0, # more audio variation
noise_w_scale=0.0, # more speaking variation
normalize_audio=False, # use raw audio from voice