#Hi guy I want to ask is there any text to speech support trainned voice models ?
1 messages · Page 1 of 1 (latest)
A tts is included in applio
Ayo? @rare shoal level 26 !!! 
I see 30+ language but can't find which language is support
For sure english is included
Should be also vietnamese
The language is near the names
And can't find demo where to put a short text and see reading accent
You are using applio?
Nope I am research it right now
Ok 😄
I want to know which language is supported but seem can't find it anywhere
It better if having a list for it
I don't remember well which languages because i'm not using applio so i don't have tts
English for sure is in the list
i think also vietnamese
Do they have support server I think I will check from there is better
This is the support server
You can ask in help-rvc
So Applio don't have it own server ?
Ayo? @spring stump level 2 !!! 
This is the main server, there is also the server of ia hispano
applio tts is a fork of edge tts and i just checked yes they have vietnamese and english voices, if you wanna see more about applio you can check our docs! we have also an online version of applio if your pc doesnt support it: https://aihubdocs.github.io/en
Last update: Feb 25, 2024
Can I have a docs or link to edge tts ?
do you want to use only the tts with the premade voices or also want to change to the ai voice model you want?
I found some problem with Applio like they don't separate module so when I using applio I will need to install all and it cost storage when deploy . And seem like it have it own UI when running local don't see anyway to write code to integrate with them
Yes I want to write and API provide text and return voice from pretrainned models
Sorry I don't understand " change to the ai voice model you want " Can you go more details?
edge tts has premade voices, do you want to only use the tts with the premade voices, or use the tts also with rvc models like the ones in this server?
i dont get what are you trying to integrate to applio ?
I try to make my own API to response voice when input text. But applio force me to install all when using it instead of tts only
I want to using rvc models like the ones in this server.
then you have to download all of applio, you can't download only the tts, applio is a fork of rvc which is the program to change voice, and their tts is a fork of edge tts, it works that they mix the generated tts audio from edge tts and then change it with rvc to the model
wdym make your own api ?
It just an API return voice from text write by me call other AI service to get result for that API
Can I have edge tts information
what other api service wdym ?
https://github.com/blaise-tk/RVC_CLI/blob/main/rvc/lib/tools/prerequisites_download.py you can modify this
like I call to Applio to get result of tts and return it from my API
he also said he wants to use the rvc models on the tts tho, i think he would need all of applio not just the tts
cause all applio having some part that I don't need
so you only need bare-bones code for RVC + TTS ?
Yeah I can make http call to get result from your service ^^ But better get it from import code like
import tts
tts(model.pth , 'Hello world')
yes
you can do with this
from cli import run_tts_script
I new to python and Machine learning so some question maybe stupid. Forgive me <3
Ayo? @spring stump level 3 !!! 
np
chatgpt will be your best friend then
Is this tts have good accent ?
edge tts
everyone is talking about this https://github.com/rany2/edge-tts right ?
Cause I found a lot of edge-tts