GithubHelp home page GithubHelp logo

Comments (11)

wxxxcxx avatar wxxxcxx commented on July 22, 2024

https://github.com/XIU2/Yuedu

是这个吗?是不是已经停止开发了?里面的文档链接都失效了。

from ms-ra-forwarder.

ccyang34 avatar ccyang34 commented on July 22, 2024

https://github.com/kaich/Yuedu 你好,这是ios源阅读的连接,请试着测试看看,看看能否配置一个可用的语音引擎链接

from ms-ra-forwarder.

ccyang34 avatar ccyang34 commented on July 22, 2024

https://www.youtube.com/watch?v=gxzsXkI-CP4&t=19s 这是youtube演示加入语音引擎的链接
tts语音导入地址:
http://cxsoft.xyz/reading/tts.json 这是IOS源阅读可用的其他语音引擎,可以参照

from ms-ra-forwarder.

wxxxcxx avatar wxxxcxx commented on July 22, 2024

http://cxsoft.xyz/reading/tts.json 这是IOS源阅读可用的其他语音引擎,可以参照

这个格式和安卓版就是一样的呀。这个链接我导入到安卓阅读里都可以直接用。

如果用不了的话我怀疑是不是源阅读的某些实现有差异。你试试导入后手动吧Content-type里的东西删掉试试呢?

from ms-ra-forwarder.

ccyang34 avatar ccyang34 commented on July 22, 2024

我把安卓开源阅读的TTS导出,ios源阅读的语音引擎(内置微软语音引擎跟把安卓导入的都导出),麻烦你看一下是不是格式的问题?链接:https://pan.baidu.com/s/1JLMpkW7vozP_zQXYzTMKuw
提取码:766h

from ms-ra-forwarder.

wxxxcxx avatar wxxxcxx commented on July 22, 2024

image

这次导出的看起来格式的确是不一样的,源阅读看起来是通过 java.fetchCloudTTS 方法获取的TTS?但是里面并没有看到可以自定义调用链接的地方。其他的也看不出啥了。。。

如果没有更详细的文档的话,实在是爱莫能助了。

from ms-ra-forwarder.

ccyang34 avatar ccyang34 commented on July 22, 2024

**http://tts.cn88.org:3306/tts-ms**,{
"method": "POST",
"body": {
"informant": "zh-CN-YunyangNeural",
"style": "narration",
"rate": {{ speakSpeed / 5 }},
"text": "{{java.encodeURI(speakText.replace(/\s+/g, ""))}}"
}
}

你好,作者,这是是ios源阅读跟安卓阅读都可用的微软语音引擎格式,其中的网址能不能替换成你部署的网站实现可用?

from ms-ra-forwarder.

wxxxcxx avatar wxxxcxx commented on July 22, 2024
https://ms-ra-forwarder.vercel.app/api/ra,{
"method":"POST",
"body":"        <speak xmlns=\"http://www.w3.org/2001/10/synthesis\" xmlns:mstts=\"http://www.w3.org/2001/mstts\" xmlns:emo=\"http://www.w3.org/2009/10/emotionml\" version=\"1.0\" xml:lang=\"en-US\">          <voice name=\"zh-HK-HiuMaanNeural\">            <mstts:express-as style=\"normal\" styledegree=\"1.00\" >              <prosody rate=\"{{speakSpeed * 2}}%\" pitch=\"0%\">                {{String(speakText).replace(/&/g, '&').replace(/\"/g, '"').replace(/'/g, ''').replace(/</g, '<').replace(/>/g, '>')}}              </prosody>            </mstts:express-as>          </voice>        </speak>"}

这时安卓版的链接,大体上结构是一样的,你发的链接里两端有两个星号?如果是这个区别的话你可以手动修改试试。

我没有ios的设备,也没法办测试。或许你可以去 tg 群( https://t.me/Legado_Channels )里面看看,或许有会写源阅读规则的人。

from ms-ra-forwarder.

okmal avatar okmal commented on July 22, 2024

你好请问['raw-16khz-16bit-mono-truesilk', 'audio/SILK']这种是什么格式,发现它的体积最小,合成速度最快,可是不知道怎么播放

from ms-ra-forwarder.

wxxxcxx avatar wxxxcxx commented on July 22, 2024

你好请问['raw-16khz-16bit-mono-truesilk', 'audio/SILK']这种是什么格式,发现它的体积最小,合成速度最快,可是不知道怎么播放

查了下是 Skype 公司开发的语音编码格式。要播放这类音频可能需要APP内的播放器包含对应的解码器。我在我的手机上测试播放不了,所以在配置页面禁用了这个选项。

from ms-ra-forwarder.

wutaijieing avatar wutaijieing commented on July 22, 2024

ios源阅读可用格式:
http://192.168.31.215:3000/api/ra,{"method":"POST", "headers": {
"Format": "audio-24khz-48kbitrate-mono-mp3"
},"body":"<speak xmlns="http://www.w3.org/2001/10/synthesis\" xmlns:mstts="http://www.w3.org/2001/mstts\" xmlns:emo="http://www.w3.org/2009/10/emotionml\" version="1.0" xml:lang="en-US"><voice name="zh-CN-YunxiNeural"><prosody rate="{{(speakSpeed -1) * 2}}%" pitch="+0Hz">{{String(speakText).replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(/</g, '<').replace(/>/g, '>').replace(/\/g, '')}}"}

from ms-ra-forwarder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.