分享一个自定义Docker TTS 语音项目 可配 web TTS 朗读
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 11k
- Forks
- 5.5k
- PR merge metrics
- No merged PRs in 30d
Description
项目 https://github.com/zuoban/tts?tab=readme-ov-file
使用方法
1、自行配置上述Docker
2、打开本项目reader的web页面,随便点开一部小说,然后点朗读图标
3、点击HttpTTS添加,弹出的默认示例中名字可以自己定义,其他不需要输入,url输入这个
http://192.168.1.X:8080/tts?t={{java.encodeURI(speakText)}}&v=zh-CN-YunxiNeural&r={{java.encodeURI(speakSpeed)}}*4&p=0&o=audio-24khz-48kbitrate-mono-mp3
参数列表:
1. t: 文本内容 (必填)
2. v: 语音名称 (可选), 默认为 zh-CN-XiaoxiaoMultilingualNeural
3. r: 语速 (可选), 默认为 0
4. p: 语调 (可选), 默认为 0
5. o: 输出格式 (可选), 默认为audio-24khz-48kbitrate-mono-mp3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue shares an external Docker TTS project and setup instructions for the reader web page's HttpTTS configuration. No repository file, test, requested change, or acceptance criteria are identified, so first confirm whether this should become project documentation and where such integration guidance belongs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100