feat: Add audiobook generation feature, including new database files, image assets, and README updates.
This commit is contained in:
11
README.md
11
README.md
@@ -13,6 +13,7 @@
|
||||
- Custom Voice: Predefined speaker voices
|
||||
- Voice Design: Create voices from natural language descriptions
|
||||
- Voice Cloning: Clone voices from uploaded audio
|
||||
- Audiobook Generation: Upload EPUB files and generate multi-character audiobooks with LLM-powered character extraction and voice assignment
|
||||
- Dual Backend Support: Switch between local model and Aliyun TTS API
|
||||
- Multi-language Support: English, 简体中文, 繁體中文, 日本語, 한국어
|
||||
- JWT auth, async tasks, voice cache, dark mode
|
||||
@@ -33,6 +34,16 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
### Audiobook Generation
|
||||

|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="50%"><img src="./images/audiobook-characters.png" alt="Audiobook Characters" /></td>
|
||||
<td width="50%"><img src="./images/audiobook-chapters.png" alt="Audiobook Chapters" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Tech Stack
|
||||
|
||||
**Backend**: FastAPI + SQLAlchemy + PyTorch + JWT
|
||||
|
||||
Reference in New Issue
Block a user