https://github.com/easychen/lazyaudiobook
将 txt 文件生成语音书。
https://github.com/easychen/lazyaudiobook
Last synced: about 1 year ago
JSON representation
将 txt 文件生成语音书。
- Host: GitHub
- URL: https://github.com/easychen/lazyaudiobook
- Owner: easychen
- License: mit
- Created: 2018-03-04T06:26:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T00:06:05.000Z (about 8 years ago)
- Last Synced: 2025-04-05T20:11:13.755Z (about 1 year ago)
- Language: PHP
- Size: 434 KB
- Stars: 168
- Watchers: 8
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LazyAudioBook
将 txt 文件生成语音书。
## 使用指南
- 需要本地php7环境(Mac电脑自带)
- 到 http://yuyin.baidu.com/tts 创建应用,并取得 appkey 和 appsecret
- 下载本项目,解压后在目录根下运行:php robo.phar convert,按提示输入信息即可
## 注意
- 为避免每次输入 appkey 和 appsecret , 可将其写入 account.sample.php 并改名为 account.php