Computers and Technology

My Web Apps

Started by riffy36_wii 12 posts last post 12 months ago

#1

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!

#2

OK that's cool, I will check those out when I get the chance.
Alex Chapman (Alexoloopios)

#3

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.

#4 Archived

What API are you using for the TB voice generator?

#6 Archived

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

#7

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

#8

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

#9

what do you mean a... star provider?

#10

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

#11

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

#12

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