We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
冷知识,edge-tts可以离线使用,但仅限部分 netural 音色。
Multi-tts 已经集成,安装1gb微软语音包,就能无限听 xiaoxiao、aria等多种语言,配合前台转发服务,还能批量导出音频文件。
官方SDK(应该是这个): https://learn.microsoft.com/en-us/azure/ai-services/speech-service/embedded-speech
终结 #65 #19 #169
The text was updated successfully, but these errors were encountered:
大佬您上面说的multi-tts是您自己写的apk项目吗?如果是的话,有项目链接吗
Sorry, something went wrong.
不是,这个是原本分享酷安上面,很火,后来不知是代码丢失还是请喝茶停更,后又恢复。作者在tele群,酷安上也有人搬运,百度也有。
https://web.telegram.org/a/#-1001950629273
2024年12月22日MultiTTS更新日志(来源于作者的电报群)
原本的代码是不混淆的,可以反编译。后来恢复的好像是作者自己反编译自己恢复的……
Multitts 是最好的语音合成引擎app之一,集成了多种在线或离线的tts引擎。不少用来配合开源阅读app的。
微软语音包要运行64位(v8a)才能支持。
转发服务是新功能,没啥宣传,我也是看群里一个老外询问chatgpt机器人,才知道还有这个功能 ——
The forwarding service in MultiTTS acts as an API endpoint for generating speech using your configured voices.
You can send HTTP requests to http://localhost:8774/forward? with parameters like text, speed, volume, pitch, and voice to synthesize speech.
http://localhost:8774/forward?
text
speed
volume
pitch
voice
This allows you to integrate MultiTTS's speech synthesis capabilities into other applications or systems.~AI
点击设置->添加到阅读APP,就可以查看转发的url格式,可以指定发音角色、语速语调等。
微软浏览器edge的“大声朗读功能”,怎么下载它生成的音频文件? - 知乎
啊?微软TTS可以本地用了? - 小红书
No branches or pull requests
冷知识,edge-tts可以离线使用,但仅限部分 netural 音色。
Multi-tts 已经集成,安装1gb微软语音包,就能无限听 xiaoxiao、aria等多种语言,配合前台转发服务,还能批量导出音频文件。
官方SDK(应该是这个): https://learn.microsoft.com/en-us/azure/ai-services/speech-service/embedded-speech
终结 #65 #19 #169
The text was updated successfully, but these errors were encountered: