v1.3.1
livekit/agents-jsv1.3.1Feb 6, 2026by denizsafak
AI Summary
This release introduces a major overhaul with the addition of a Web UI, EPUB 3 packaging pipeline, and architectural improvements. It adds GPU-accelerated TTS support and integrates with audiobook platforms like Calibre and Audiobookshelf.
Key Highlights
- Massive contribution from @jeremiahsb (>55k lines) bringing the Web UI and EPUB 3 pipeline to life.
- New Flask-based Web UI (`abogen-web`) for Docker and headless server deployments.
- Supertonic TTS engine support with GPU acceleration.
- Multi-voice 'theatrical' audiobook support featuring speaker/role assignment.
New Features
- EPUB 3 packaging pipeline for media-overlay EPUBs.
- Flask-based Web UI for Docker and headless deployments.
- Supertonic TTS engine support with GPU acceleration.
- Entity analysis and pronunciation override system for proper nouns.
- Speaker/role assignment for multi-voice audiobooks.
- Calibre OPDS and Audiobookshelf integration.
- Persisted chunk timing metadata in job artifacts.
Full Release Notes
- Special thanks to [@jeremiahsb](https://github.com/jeremiahsb) for his [massive contribution](https://github.com/denizsafak/abogen/pull/120) (>55k lines!) that brought the Web UI, EPUB 3 pipeline, and core architectural improvements to life. - Added an EPUB 3 packaging pipeline that builds media-overlay EPUBs from generated audio and chunk metadata. - Persisted chunk timing metadata in job artifacts and exercised the exporter with automated tests. - Added Flask-based Web UI (`abogen-web`) for Docker and headless server deployments. - Reorganized codebase to support both PyQt6 desktop GUI and Web UI from a shared core. - Added Supertonic TTS engine support with GPU acceleration. - Added entity analysis and pronunciation override system for proper nouns. - Added speaker/role assignment for multi-voice "theatrical" audiobooks. - Added Calibre OPDS and Audiobookshelf integration. Update: ``` uv tool update abogen ```