-
Notifications
You must be signed in to change notification settings - Fork 0
Feature request. Make tts language variable #1
Comments
I hate both of those implementations. |
What you "hate" about those? its clear and simple but okay, its your plugin :) |
Well first of all this is not a plugin ;) What I hate about them is that they incorporate items that could be used within natural language, meaning that just splitting on them is highly error-prone and will produce the wrong result more often than not. |
Its just about checking first 3 characters. first two being country code, 3rd being : or _ but okay i see. |
oh, I see, my tired mind thought that those two were the other way around. |
Oh and it's not the country code, it's that ISO language code standard |
I was playing with the stream url myself but I couldnt figure out how to change the narrator voice. Is it possible? or thats only for the paid api? |
There is 0 customisation for this version of the implementation as it uses the google translate endpoint. The paid version is free up to a million characters a month iirc |
in that case thats quite cheap. 4$ per million https://cloud.google.com/text-to-speech/pricing thats good. Imma go with the paid one |
Any eta when the change will be coming? I wanna use the free one after all, dont wanna risk anything with google, I dont have good experience with them |
The ETA is: when I have the time to add it. I'm a full-time student atm so free time is kinda non-existent for me |
i understand, im full time student myself. Thanks though |
instead of
speak:<some text>
it could be
speak:<language code>:<text> or
speak:<lanugage code>_<text>
The text was updated successfully, but these errors were encountered: