EltenLink

#1 riffy36_wii

hi all!
I wanted to share with you the WebApps i create.
I commonly create useless but funny apps, but they're not here.
If you would like to try the useless stuff, send me a private message and i'll send you.

So: Here are the apps that are kind of usefull so far
Note1: The GUIs (Graphical user interfaces) are in italian.
note2: The GUIs are in HTML and JS but in focus mode looks like an app.
note3: These apps are all coded by myself.

1: The talkback voice generator
This app uses the google tts api (if you want i can tell you which api i used) to generate text with talkback and google assistant voices, without needing to use google translate or typing any difficult URL.
Link: Https://riffy36-wii.github.io/generatore-voce-talkback

2 (last useful app for now):
the notification generator (works on android also but not on iPhone)
you enter the title and text, you click the "create" button and you will recive a notification with the title and text you have entered.
link: https://riffy36-wii.github.io/generatore-notifiche/

that's all for the usefulls
if you want to try the useless but funny ones just send me a private message.
also for suggestions, just send private message i'll be here.
signed: Riffy36 Wii!



2025-08-23 21:05

#2 alchappers

OK that's cool, I will check those out when I get the chance.


Have a good day. Sincerely, Alex Chapman, the new administrator for the Elten English Community.
2025-08-24 17:15

#3 riffy36_wii

thanks! and if you could give me suggestions or tell me what you think about these once you try, i'll be glad to know.



2025-08-24 19:49

#4 TwoThousandStu

What API are you using for the TB voice generator?



2025-09-02 11:40

#5 riffy36_wii

i'm using google tts api v1.
It works with an URL, similar to google translate one.
it is:
Https://www.google.com/speech-api/v1/synthesize?

for info on how to use, just ask.



2025-09-02 12:47

#6 TwoThousandStu

When I search it up, I'm only getting stuff about Google Cloud TTS.



2025-09-02 12:51

#7 riffy36_wii

no, you don't need to search it, as it's undocumented. You need to use it directly as an audio in an url, it has some parameters, like lang, client, text & so on so u have to use it directly in the audio, or if you're not developing or creating anything you just request it from your browser addresbar, like here it's an example:
https://www.google.com/speech-api/v1/synthesize?lang=en-us&client=lr-language-tts&text=your+text+here

if you need assistant voices you must set client=lr-language-tts and if you need talkback voice you can also avoid to set it



2025-09-02 14:17

#8 alchappers

Oh that's actually interesting, maybe I could at some point try and make a STAR providor for these things, IDK.


Have a good day. Sincerely, Alex Chapman, the new administrator for the Elten English Community.
2025-09-02 18:27

#9 riffy36_wii

what do you mean a... star provider?



2025-09-02 18:35

#10 MayowaArogundade

speech to audio relay (STAR) is a tts software made by sam tupi, yes, the same developer for stw... that allows for voices to be run on different servers/coagulaters. Those are where you can have system open like a mac and you can have all the mac voices on STAR, which is made for windows BTW


signed, Mayowa Arogundade
2025-09-03 15:11

#11 riffy36_wii

does star have siri voices? and can star be used in web as direct audio URLs?



2025-09-03 18:38

#12 MayowaArogundade

star does have a web version. However, I don't know if the coagulators for the mac voices even support siri ones.


signed, Mayowa Arogundade
2025-09-09 00:28