Right now, every text is considered to be in English, which causes the TTS to read any language as English causing issues in the synchronization. This PR adds supports for a new parameter language in the align() function that should hint which language the TTS should use when producing the audio.
Right now, every text is considered to be in English, which causes the TTS to read any language as English causing issues in the synchronization. This PR adds supports for a new parameter
language
in thealign()
function that should hint which language the TTS should use when producing the audio.