Commit Graph

37 Commits

Author SHA1 Message Date
2e005b0084 feat(audiobook): add gender field to audiobook character model and update related functionality 2026-03-10 20:23:03 +08:00
1db41b6278 feat(audiobook): enhance chapter expansion functionality in ProjectCard component 2026-03-10 18:05:31 +08:00
bf7c73e57c feat(audiobook): change audio format from MP3 to WAV for project downloads and merging 2026-03-10 17:56:46 +08:00
006aa0c85f feat(audiobook): add turbo mode for project analysis and enhance log streaming with chapter support 2026-03-10 17:01:50 +08:00
3c30afc476 feat(audiobook): implement chapter management with CRUD operations and enhance project detail responses 2026-03-10 16:42:32 +08:00
01b6f4633e feat(audiobook): implement log streaming for project status updates and enhance progress tracking 2026-03-10 16:27:01 +08:00
230274bbc3 feat(audiobook): refactor background tasks to use asyncio for project analysis and generation 2026-03-10 16:13:35 +08:00
5037857dd4 Refactor audiobook service to extract chapters from EPUB files, implement chapter chunking, and enhance project analysis and generation flow 2026-03-09 19:04:13 +08:00
a68a343536 feat(llm_service): enhance chat_json error handling and improve character extraction prompt 2026-03-09 12:42:03 +08:00
6fec2eb937 feat(audiobook): implement character voice bootstrapping and enhance polling during project status transitions 2026-03-09 12:39:02 +08:00
e1dbb79564 refactor(tts_service): simplify audio data handling in LocalTTSBackend 2026-03-09 11:53:16 +08:00
9b6691bffe feat(audiobook): add endpoint to retrieve audio for a specific segment 2026-03-09 11:48:47 +08:00
a3d7d318e0 feat(audiobook): implement audiobook project management features 2026-03-09 11:39:36 +08:00
28218e6616 feat: update requirements.txt to include additional dependencies for torch, numpy, pydub, and requests 2026-03-09 10:43:46 +08:00
c880fb8949 feat: add Aliyun region configuration to .env.example 2026-03-06 16:33:24 +08:00
4081fe3754 feat: remove Aliyun region configuration from .env.example 2026-03-06 16:21:36 +08:00
38e00fd38c feat: add Docker deployment support and fix /users/me endpoint
- Add docker/ directory with Dockerfile for backend and frontend
- Backend: pytorch/pytorch CUDA base image with all qwen_tts deps
- Frontend: multi-stage nginx build with /api/ proxy to backend
- docker-compose.yml (CPU) + docker-compose.gpu.yml (GPU overlay)
- Fix /users/me returning 404 due to missing route (was caught by /{user_id})
- Update .gitignore to exclude docker/models, docker/data, docker/.env
- Update README and README.zh.md with Docker deployment instructions

Images: bdim404/qwen3-tts-backend, bdim404/qwen3-tts-frontend

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 15:15:27 +08:00
964ebb824c feat: Add voice management functionality with delete capability and UI integration 2026-03-06 14:35:59 +08:00
ad90e5f96c feat: Implement prepare-and-create endpoint for voice design creation and update related API and frontend logic 2026-03-06 14:23:15 +08:00
5e1e3e0668 refactor: Consolidate cache file loading logic and enhance cache saving for different data types 2026-03-06 14:07:22 +08:00
a93754f449 feat: Enhance API interactions and improve job handling with new request validation and error management 2026-03-06 12:03:41 +08:00
3844e825cd fix: Update repository clone URL and adjust huggingface-cli commands in README files 2026-02-13 11:57:00 +08:00
4f535b20e5 refactor: Remove cache and metrics endpoints, and clean up voice design CRUD operations 2026-02-04 19:41:08 +08:00
73aacd174a Remove file logging handler 2026-02-04 19:05:51 +08:00
9e5d12c9fb feat: Add voice design support for voice cloning and enhance cache management 2026-02-04 17:52:24 +08:00
ddaa0abfc7 feat: Implement voice design management with CRUD operations and integrate into frontend 2026-02-04 13:57:20 +08:00
6c25dd9dd9 feat: Add systemd service, configure API for proxy deployment, and enhance mobile audio playback with token authentication. 2026-02-03 21:53:41 +08:00
18fd1f0fa5 feat: Integrate Aliyun TTS backend with dynamic speaker validation and listing, and adjust toast notification position.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 19:09:10 +08:00
47e1411390 Update Local Permission Assignments 2026-02-03 18:48:25 +08:00
d8a9f277be feat: improve accessibility and mobile responsiveness across UI components
Enhanced dialog accessibility by adding descriptive text to all dialog components. Implemented responsive layouts for mobile devices including card-based user table, adaptive navigation bar, and improved dialog spacing. Fixed Aliyun TTS health check to use WebSocket-based connectivity testing.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 18:03:38 +08:00
244ff94c6a feat: enhance audio processing and error handling in TTS backend; refactor user dialog form validation 2026-02-03 17:37:14 +08:00
5a22351a66 feat: update user preferences and system settings management 2026-02-03 16:37:05 +08:00
555bf38b71 feat: add user preferences migration and context 2026-02-03 16:09:50 +08:00
abe0dc131b feat: Implement Aliyun TTS backend integration and API key management 2026-02-03 15:44:25 +08:00
117a51ca77 style: Adjust UI color palette and update gitignore to exclude CLAUDE.md and 样本.mp3. 2026-02-03 14:19:57 +08:00
86247aa5a2 Implement password change functionality and initialize superuser 2026-01-26 16:41:22 +08:00
80513a3258 init commit
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 15:34:31 +08:00