|
|
649a52c07b
|
feat: Add emotion control feature with presets and intensity adjustment in CustomVoiceForm
|
2026-03-12 14:10:17 +08:00 |
|
|
|
c79ffac6d9
|
fix: Enhance emotion vector calculation in IndexTTS2Backend with emo_alpha adjustment
|
2026-03-12 13:50:21 +08:00 |
|
|
|
8aec4f6f44
|
feat: Integrate IndexTTS2 model and update related schemas and frontend components
|
2026-03-12 13:30:53 +08:00 |
|
|
|
e5b5a16364
|
Merge pull request #6 from bdim404/main
Add audiobook generation and enhance LLM configuration
|
2026-03-11 20:36:28 +08:00 |
|
|
|
29bd45e0e0
|
fix: Remove enable_thinking parameter from stream_chat methods
0.0.2
|
2026-03-11 19:09:17 +08:00 |
|
|
|
4f0d9f5ed6
|
fix: Adjust chunk size in parse_one_chapter to 1500 and add enable_thinking parameter to LLMService methods
|
2026-03-11 19:05:03 +08:00 |
|
|
|
75aa310799
|
Merge pull request #5 from bdim404/dev
feat: Enhance stream_chat methods to accept max_tokens parameter
|
2026-03-11 18:48:18 +08:00 |
|
|
|
b6d4d2d5f2
|
feat: Enhance stream_chat methods to accept max_tokens parameter for improved token management
|
2026-03-11 18:47:22 +08:00 |
|
|
|
715bc0a572
|
Merge pull request #4 from bdim404/dev
Validate LLM configuration and simplify SQLite checks
|
2026-03-11 18:05:02 +08:00 |
|
|
|
f9a0e2bcc4
|
refactor: Simplify SQLite checks by introducing a variable for database type
|
2026-03-11 18:04:16 +08:00 |
|
|
|
d9082b12a8
|
feat: Validate LLM configuration by sending a test request during API key update.
|
2026-03-11 17:32:54 +08:00 |
|
|
|
e5ba1d19ab
|
Merge pull request #3 from bdim404/dev
feat: Add audiobook generation feature, including new database files, image assets, and README updates.
|
2026-03-11 17:02:00 +08:00 |
|
|
|
4408b836e1
|
feat: Add audiobook generation feature, including new database files, image assets, and README updates.
|
2026-03-11 17:00:24 +08:00 |
|
|
|
14def62d3b
|
feat: introduce new feature with database persistence and refine cancel event resolution logic.
|
2026-03-11 16:50:52 +08:00 |
|
|
|
0d8756ebab
|
feat: Implement generation cancellation for projects, update project status handling, and mark chapters as done upon segment completion.
|
2026-03-11 16:37:33 +08:00 |
|
|
|
44c39f1456
|
Removed direct instantiation of ProgressStore in audiobook service and added new feature documentation.
|
2026-03-11 16:30:51 +08:00 |
|
|
|
ffd3d6675d
|
feat: Implement gender-specific TTS instructions, refactor async database session handling for character creation and preview generation, and add Aliyun voice design creation.
|
2026-03-11 15:58:14 +08:00 |
|
|
|
d3c6297a09
|
feat: Implement character voice preview playback and regeneration, and add a turbo mode status indicator for audiobook projects.
|
2026-03-11 15:36:43 +08:00 |
|
|
|
5dded459fc
|
feat: Implement startup logic to reset stale audiobook chapter parsing and segment generation statuses to pending.
|
2026-03-11 14:42:00 +08:00 |
|
|
|
264b511228
|
feat: Implement functionality to retry only failed audiobook chapters and refine UI for batch operations.
|
2026-03-11 14:37:41 +08:00 |
|
|
|
22e4930d63
|
feat: Enhance audiobook chapter processing UI with a retry failed button, granular cancel options for parsing and generating, and updated localizations.
|
2026-03-11 14:28:27 +08:00 |
|
|
|
d96089a2aa
|
feat: Automatically delete associated source files when an audiobook project is removed.
|
2026-03-11 14:28:11 +08:00 |
|
|
|
b7b6f5ef8e
|
feat: Implement batch cancellation for audiobook processing with enhanced frontend progress display.
|
2026-03-11 14:22:35 +08:00 |
|
|
|
a0047d5c29
|
feat: Add batch processing for audiobook chapters including parse, generate, and combined process actions.
|
2026-03-11 14:08:09 +08:00 |
|
|
|
cd73871c64
|
Add audiobook localization support for Korean, Simplified Chinese, and Traditional Chinese
|
2026-03-10 20:48:26 +08:00 |
|
|
|
a517ce4ce7
|
feat(audiobook): manage generating chapter indices in ProjectCard for improved chapter generation handling
|
2026-03-10 20:27:27 +08:00 |
|
|
|
2e005b0084
|
feat(audiobook): add gender field to audiobook character model and update related functionality
|
2026-03-10 20:23:03 +08:00 |
|
|
|
addb152ce1
|
feat(audiobook): remove turbo mode from ProjectCard and simplify analyze button
|
2026-03-10 19:13:37 +08:00 |
|
|
|
4785ca4b36
|
feat(audiobook): refactor ProjectCard layout for improved chapter display and interaction
|
2026-03-10 19:01:42 +08:00 |
|
|
|
c6ecfe668b
|
feat(audiobook): enhance ProjectCard layout and improve status display with additional error handling
|
2026-03-10 18:56:48 +08:00 |
|
|
|
7d285e2ee1
|
feat(audiobook): implement LazyAudioPlayer for lazy loading audio segments in ProjectCard component
|
2026-03-10 18:46:48 +08:00 |
|
|
|
6ae95bfe53
|
feat(audiobook): improve styling for character and chapter sections in ProjectCard component
|
2026-03-10 18:19:15 +08:00 |
|
|
|
a770bb4f6e
|
feat(audiobook): enhance chapter expansion logic in ProjectCard component
|
2026-03-10 18:15:45 +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 |
|
|
|
11d44fd0be
|
feat(audiobook): enhance LogStream component and add bulk processing for chapter tasks
|
2026-03-10 16:59:55 +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 |
|
|
|
109ec25246
|
feat(audiobook): enhance segment polling during project status changes
|
2026-03-09 12:03:26 +08:00 |
|
|
|
f20b250430
|
feat(audiobook): implement SequentialPlayer for audio segment playback
|
2026-03-09 12:00:03 +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
0.0.1
|
2026-03-09 10:43:46 +08:00 |
|
|
|
8966dcc969
|
chore: remove backend URL setup instructions from README files
|
2026-03-06 17:55:05 +08:00 |
|