Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liou666/audiread
📻 A simple and user-friendly online TTS tool. (简单易用的在线文本转语音工具)
https://github.com/liou666/audiread
astro tts
Last synced: 3 days ago
JSON representation
📻 A simple and user-friendly online TTS tool. (简单易用的在线文本转语音工具)
- Host: GitHub
- URL: https://github.com/liou666/audiread
- Owner: liou666
- License: mit
- Created: 2024-03-07T14:08:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T03:25:28.000Z (8 months ago)
- Last Synced: 2024-03-09T04:28:12.479Z (8 months ago)
- Topics: astro, tts
- Language: TypeScript
- Homepage: https://audiread.app
- Size: 7.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | 中文
AudiRead
A simple and user-friendly online text-to-speech tool. power by edge-tts.
![](./screenshots/1.png)
![](./screenshots/2.png)
![](./screenshots/phone.png)## Roadmap
- [x] Text-to-speech
- [ ] i18n
- [ ] Add pauses in speech
- [ ] Online addition of background music
- [ ] Save history records## Local Development
Node Environment Requirement:NodeJS >= 18
**1. Install Dependencies**
```bash
pnpm i
```**2. Run the Project**
```bash
pnpm dev
```**3. Build the Project**
```bash
pnpm build
```## License
[MIT](./LICENSE)