Open
Description
Right now, you can request server to return audio by fetching
http://localhost:5002/api/tts?text={text}&speaker_id={speaker}
Can we also have api points for the server to return available model names and speaker ids (for multi speakers) as well as load and unload downloaded model?
Thanks for your consideration!