matatonic / openedai-speech

An OpenAI API compatible text to speech server using Coqui AI's xtts_v2 and/or piper tts as the backend.
GNU Affero General Public License v3.0
193 stars 32 forks source link

Will mixed languages be supported in the future #25

Closed chaoqunxie closed 3 weeks ago

matatonic commented 3 weeks ago

Language isn't part of the OpenAI API currently, but if it's a valuable addition, adding language to API calls could be pretty easy on the server side. Client side may not support it however, which is beyond my control.

Is this of interest?

RodolfoCastanheira commented 3 weeks ago

see #29 for my implementation of it

matatonic commented 3 weeks ago

Closing as completed in 0.17.0, thanks @RodolfoCastanheira