r4victor / afaligner

📈 A forced aligner intended for synchronization of narrated text
MIT License
85 stars 11 forks source link

Adding support for languages other than English #7

Closed versae closed 1 year ago

versae commented 1 year ago

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.

r4victor commented 1 year ago

@versae, thanks for the PR!