Polish Support

#18
by MattyMroz - opened

Will Supertonic support Polish language?

I am also interested in Polish language support

Supertone org

Thanks for the request, and sorry for the wait.

Polish is now supported in Supertonic 3. The updated model expands language support from 5 languages to 31 languages, including Polish (pl).

You can try the updated release here:

For Python SDK usage, set lang="pl":

from supertonic import TTS

tts = TTS(auto_download=True)
style = tts.get_voice_style("M1")

wav, duration = tts.synthesize(
    "Dzisiaj jest 艂adna pogoda, wi臋c p贸jdziemy na spacer po obiedzie.",
    voice_style=style,
    lang="pl",
)

tts.save_audio(wav, "polish.wav")

Please give the updated model a try, and let us know if you run into any issues with Polish synthesis.

juheon2 changed discussion status to closed

Sign up or log in to comment