kurdish-tts / server.py

Commit History

Fix the piper speaker
e520cc0
unverified

austek commited on

Instead of voice.synthesize() (which doesn't accept speaker_id in the installed version), we now call the three lower-level methods directly β€” phonemize β†’ phonemes_to_ids β†’ synthesize_ids_to_raw β€” and set the WAV header ourselves. The WAV header being set upfront also fixes the secondary 'channels not specified' crash.0
74d077b
unverified

austek commited on

Resolve merge conflict in README
3a30ac5
unverified

austek commited on