Hi. 👋
We can use this application to utter our text.
To search a particular speech synthesis model, we can clear the input first then type anything. For instance, english, italiano, google, or microsoft (if we're using Windows OS). The input is above the text Type or click to search voice.
This application implements SpeechSynthesis (Web Speech API).
About
This demonstration is using our operating system built-in speech models (either Windows or macOS — with no single built-in TTS system across all Linux distros) and Google's.
Another example is —
We cannot "record" the utterance audio output programmatically with JS or browser extension script because:
- It's not a media stream like
getUserMedia. - It does not emit audio that JavaScript can capture — it bypasses
AudioContext,MediaStream, etc. - It's a one-way street straight to the system voice.
But we still can capture it with OBS Studio or similar screen/desktop recorder software (installed on operating system, not as browser extension script).
This (text to speech API in general) is useful so our application can produce speech, to make it more relatable to us. Like Pinocchio. Perhaps.
Application! Make a cup of coffee!
NO! Voglio essere un essere umano.
Ah, very relatable.
Text to Speech Service for Content Creation
For content creation, to narrate the text for a video, we can try:
-
ElevenLabs
Most popular with creators for its hyper-realistic, expressive voices. Allows voice cloning and emotional intonation. Free tier available, but "watermark" appears unless paid. Watermark = an additional audio overlay.
-
Play.ht
Known for natural-sounding voices. Web-based, quick to generate, decent voice library.
-
TikTok / Instagram Native TTS (powered by Amazon Polly or similar)
Built-in and very commonly used for convenience.
Sci-Fi
Did you notice every sci-fi, they always put that voice feedback from the digital contraption?
For instance, that bit in Star Trek: The Next Generation. Or any Star Trek. The Next Generation had Patrick Stewart and Marina Sirtis, very memorable. And the humming background sound they put in that. Very clever.
Right. So. In the show.
WHERE do they put the microphones and the loudspeakers? The crews talked to the sidewall or ceiling, then somehow, the computer responded very clearly. ⁉️🙋❓
🤔
Does the entire "ship" consist of grids of alternating microphones-loudspeakers?
How does the central computer differentiate "computer" and "computer"? As in when people chattering about their instruction for the computer instead of actually giving instruction to the computer?
🤔
Well, obviously from the speech tone, pause, and such.
So for the computer to properly distinguish that, no off switch for the microphones I firmly believe. — Any microphone in any Enterprise shall be without off switch! Energise, Mister Data! ✨


