by smy20011 on 1/23/25, 3:17 AM with 65 comments
by BrunoJo on 1/23/25, 6:07 AM
If you are looking for a commercial API, I just launched a TTS API powered by the the best performing open source model Kokoro: https://www.lemonfox.ai/text-to-speech-api. The API is compatible with OpenAI and ElevenLabs and up to 25x cheaper.
by modeless on 1/23/25, 4:20 AM
Click the leaderboard tab here: https://huggingface.co/spaces/TTS-AGI/TTS-Arena
by chopete3 on 1/23/25, 4:09 AM
>> edge-tts is a Python module that allows you to use Microsoft Edge's online text-to-speech service from within your Python code or using the provided edge-tts or edge-playback command.
by hexage1814 on 1/23/25, 6:50 AM
Also, ironically enough, ElevenLabs lunched a readerapp for iOS and Android, which allows you to text to speech for "free" in some limited voice selections, but the app is not available for PC or as browser extension. So like "we give you unlimited tts but only if you use your smartphone"
by dcre on 1/23/25, 5:23 AM
function tts() {
if [ -p /dev/stdin ]; then
edge-playback --file -
else
edge-playback --text "$*"
fi
}
by slyn on 1/23/25, 5:04 AM
Is there any equivalent program for ebooks? If not can someone build one? The dream would be to plop in an arbitrary document (pdf, docs, tex, epub, and so on) and have it read to me by a reasonable TTS at a speed of my choosing and have words / lines highlighted as the TTS goes along. Bonus points if you can regularly identify and skip things that are not necessarily relevant like page numbers, headers, footnote markers, and so on, which is something that Edge TTS within Edge struggles with when reading PDFs.
by westcort on 1/26/25, 3:34 AM
by slig on 1/23/25, 3:13 PM
by VMtest on 1/23/25, 12:55 PM
Now that I try it on desktop, it's really good! I might try to use the python script in the future
by gigel82 on 1/23/25, 6:19 AM
I'm curious, would this be the legal equivalent of "cracked" software in terms of piracy?
by caseyy on 1/23/25, 4:29 AM
by RobinHirst11 on 1/23/25, 9:10 AM
by yapyap on 1/23/25, 5:07 PM