TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Edge TTS

107 点作者 smy200114 个月前

13 条评论

BrunoJo4 个月前
I wouldn&#x27;t use Edge TTS for commercial projects since it&#x27;s using an internal Microsoft API that was reverse engineered.<p>If you are looking for a commercial API, I just launched a TTS API powered by the the best performing open source model Kokoro: <a href="https:&#x2F;&#x2F;www.lemonfox.ai&#x2F;text-to-speech-api" rel="nofollow">https:&#x2F;&#x2F;www.lemonfox.ai&#x2F;text-to-speech-api</a>. The API is compatible with OpenAI and ElevenLabs and up to 25x cheaper.
评论 #42801693 未加载
评论 #42801232 未加载
评论 #42801685 未加载
评论 #42805855 未加载
评论 #42802502 未加载
评论 #42803096 未加载
评论 #42802570 未加载
评论 #42802519 未加载
modeless4 个月前
Why would you pirate a TTS service when there are so many great options for local open source TTS now? Models like Fish and Kokoro and StyleTTSv2 are great and very fast.<p>Click the leaderboard tab here: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;spaces&#x2F;TTS-AGI&#x2F;TTS-Arena" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;spaces&#x2F;TTS-AGI&#x2F;TTS-Arena</a>
评论 #42800903 未加载
评论 #42800699 未加载
评论 #42803191 未加载
评论 #42803784 未加载
评论 #42800866 未加载
chopete34 个月前
Its not running on the edge. A hack to use MS online tts.<p>&gt;&gt; edge-tts is a Python module that allows you to use Microsoft Edge&#x27;s online text-to-speech service from within your Python code or using the provided edge-tts or edge-playback command.
评论 #42801790 未加载
评论 #42800795 未加载
hexage18144 个月前
Have been using this for some time. It is pretty good. But not as good as ElevenLabs though.<p>Also, ironically enough, ElevenLabs lunched a readerapp for iOS and Android, which allows you to text to speech for &quot;free&quot; in some limited voice selections, but the app is not available for PC or as browser extension. So like &quot;we give you unlimited tts but only if you use your smartphone&quot;
dcre4 个月前
Not sure if the CLI does this directly, but here&#x27;s a command that takes text either as an arg or through stdin.<p><pre><code> function tts() { if [ -p &#x2F;dev&#x2F;stdin ]; then edge-playback --file - else edge-playback --text &quot;$*&quot; fi }</code></pre>
slyn4 个月前
I like to use Edge on occasion when I need to read something dry but necessary because I find following along with the TTS it’s auto-highlight of text helps me stay focused and retain better as well.<p>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 &#x2F; 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.
评论 #42801272 未加载
评论 #42801514 未加载
评论 #42801099 未加载
评论 #42801185 未加载
评论 #42801362 未加载
westcort4 个月前
Can anyone just make a simple program that will use one of these better TTS engines. I just want a a dialog box, a big button that says &quot;Generate text&quot; and you paste in the content you want converted to receive an MP3 file. Fully compiled binaries for Linux, Windows, and Mac, please?
slig4 个月前
I&#x27;d like the equivalent of &quot;say&quot; from macOS on my W11&#x2F;WSL2 machine, is there anything entirely offline that just works?
评论 #42805040 未加载
VMtest4 个月前
Thanks for sharing this, I learnt that Edge on mobile has TTS as well but I have never used it on desktop or mobile<p>Now that I try it on desktop, it&#x27;s really good! I might try to use the python script in the future
gigel824 个月前
This is dubious, I&#x27;m surprised MS hasn&#x27;t locked down those APIs yet.<p>I&#x27;m curious, would this be the legal equivalent of &quot;cracked&quot; software in terms of piracy?
评论 #42801670 未加载
caseyy4 个月前
So is this entirely offline? If so, it could have quite many useful applications, if not for copyleft of course.
评论 #42800822 未加载
RobinHirst114 个月前
used this for ages. i have my raspberry pi setup with Cloudflare tunnels to rout to my domain... extremely useful :)
yapyap4 个月前
Do what now to TTS