# novel-tts **Repository Path**: moacs/novel-tts ## Basic Information - **Project Name**: novel-tts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-19 - **Last Updated**: 2024-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 「阅读」APP 源 https://legado.aoaostar.com/ ### 阅读服务端 docker run -d --restart=always --name=reader -e "SPRING_PROFILES_ACTIVE=prod" -v $(PWD)/logs:/logs -v $(PWD)/storage:/storage -p 7777:8080 hectorqin/reader ``` bash edge-tts --voice zh-CN-YunxiNeural -f "/Users/chris/codes/novel/output/将门枭雄/txt/第0053章 陈达被抓.txt" --write-media "/Users/chris/codes/novel/output/将门枭雄/mp3/第0053章 陈达被抓.mp3" --write-subtitles "/Users/chris/codes/novel/output/将门枭雄/mp3/第0053章 陈达被抓.vtt" ```