TTS: Difference between revisions

From Nikipedia
Jump to navigation Jump to search
No edit summary
Added category: Facebook Reels
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
TTS or text-to-speech is speech synthesis from human language text. I actually first heard rudimentary samples of it on a Commodore 64 computer at my friend, Dylan's, house in 1987. At the time it only understood very basic phonetic spellings, and even then it was very poor. However by the mid-1990s, on Mac System 7 or maybe 8 on Apple computers, you could use SimpleText to read English text with fairly high precision. I had already begun using TTS for proofreading letters that I would print and mail or FAX. When email gained in popularity in 1997, I was already getting my computer to read messages to me, and also getting it to read back my draft emails before I sent them.
'''TTS (Text-to-Speech)''' is the technology of converting human language text into speech. My first encounter with rudimentary TTS was on a Commodore 64 computer at my friend Dylan's house in 1987. At that time, it only synthesized very basic phonetic spellings, and the quality was quite poor. However, by the mid-1990s, Mac System 7 (or maybe 8) on Apple computers had SimpleText, which could read English text with fairly high precision. I had already begun using TTS for proofreading letters that I would print and mail or fax. When email gained popularity in 1997, I was already using my computer to read messages to me and to read back my draft emails before I sent them.
In 1999, there were a number of options on Microsoft Windows computers, including third-party apps as well as a free Speech SDK you could download from Microsoft with a basic TTS app. As I got into C#/Dot Net development in the mid-2000s, I also developed my own clipboard saving TTS app. In the early 2010s, I transitioned back to using Mac computers, and was delighted that both Safari and Google Chrome browsers had easy select to speak technology.
 
[[File:Kindle text to speech.png|200px|thumb|right|Unlike iOS/Android Kindle, I can listen to my books on my Mac]]
In 1999, there were numerous options for TTS on Microsoft Windows computers, including third-party apps and a free Speech SDK from Microsoft that came with a basic TTS app. As I got into C#/Dot Net development in the mid-2000s, I developed my own clipboard-saving TTS app. In the early 2010s, I transitioned back to using Mac computers and was delighted that both Safari and Google Chrome browsers had easy select-to-speak technology.
 
[[File:Kindle text to speech.png|200px|thumb|right|Unlike iOS/Android Kindle, I can listen to my books on my Intel Mac]]
 
I enjoy using the Kindle app on my Apple computer because of its easy-to-use text-to-speech feature. My relationship with this technology was one of the inspirations for our app, [[AutoWIKI]], which reads or "plays" geotagged content to you in a Siri or Google Assistant voice.
I enjoy using the Kindle app on my Apple computer because of its easy-to-use text-to-speech feature. My relationship with this technology was one of the inspirations for our app, [[AutoWIKI]], which reads or "plays" geotagged content to you in a Siri or Google Assistant voice.


[[There are some words that TTS always gets wrong]]
== Server-side and AI Speech ==
 
By the late 2010s, it was already apparent that the speech synthesis done in the Google, Amazon, or Microsoft clouds was far superior to the local TTS technology on phones and PCs. In the 2020s, with technologies like [[ChatGPT]], 11Labs, Speechify, and more, we are in an age of more natural-sounding TTS than ever. One of the new trends from this is the proliferation of popular [https://nikipedia.edmiidz.com/index.php?title=Reddit-Have_you_ever_warned_the_company Reddit] discussions converted to speech and often accompanied by video footage from Subway Surfers, Minecraft, or other video games.
 
An example of this approach can be seen in the voices available on TikTok. You can see one I created here: [[A Few Milliseconds Of 2073]].
 
== See Also ==
* [[The_"Sky"_voice]]
* [[There are some words that TTS always gets wrong]]
* [[:Category:AI-Generated Voices|AI-Generated Voices Videos]]
* https://www.facebook.com/reel/1017337886757210
 
 
 


[[Category:2022 Articles]]
[[Category:2022 Articles]]
[[Category:TTS]]
[[Category:Facebook Reels]]

Latest revision as of 2025-08-24T21:59:25

TTS (Text-to-Speech) is the technology of converting human language text into speech. My first encounter with rudimentary TTS was on a Commodore 64 computer at my friend Dylan's house in 1987. At that time, it only synthesized very basic phonetic spellings, and the quality was quite poor. However, by the mid-1990s, Mac System 7 (or maybe 8) on Apple computers had SimpleText, which could read English text with fairly high precision. I had already begun using TTS for proofreading letters that I would print and mail or fax. When email gained popularity in 1997, I was already using my computer to read messages to me and to read back my draft emails before I sent them.

In 1999, there were numerous options for TTS on Microsoft Windows computers, including third-party apps and a free Speech SDK from Microsoft that came with a basic TTS app. As I got into C#/Dot Net development in the mid-2000s, I developed my own clipboard-saving TTS app. In the early 2010s, I transitioned back to using Mac computers and was delighted that both Safari and Google Chrome browsers had easy select-to-speak technology.

Unlike iOS/Android Kindle, I can listen to my books on my Intel Mac

I enjoy using the Kindle app on my Apple computer because of its easy-to-use text-to-speech feature. My relationship with this technology was one of the inspirations for our app, AutoWIKI, which reads or "plays" geotagged content to you in a Siri or Google Assistant voice.

Server-side and AI Speech

By the late 2010s, it was already apparent that the speech synthesis done in the Google, Amazon, or Microsoft clouds was far superior to the local TTS technology on phones and PCs. In the 2020s, with technologies like ChatGPT, 11Labs, Speechify, and more, we are in an age of more natural-sounding TTS than ever. One of the new trends from this is the proliferation of popular Reddit discussions converted to speech and often accompanied by video footage from Subway Surfers, Minecraft, or other video games.

An example of this approach can be seen in the voices available on TikTok. You can see one I created here: A Few Milliseconds Of 2073.

See Also