Commit Graph

  • 230274bbc3 feat(audiobook): refactor background tasks to use asyncio for project analysis and generation bdim404 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 bdim404 2026-03-09 19:04:13 +08:00
  • a68a343536 feat(llm_service): enhance chat_json error handling and improve character extraction prompt bdim404 2026-03-09 12:42:03 +08:00
  • 6fec2eb937 feat(audiobook): implement character voice bootstrapping and enhance polling during project status transitions bdim404 2026-03-09 12:39:02 +08:00
  • 109ec25246 feat(audiobook): enhance segment polling during project status changes bdim404 2026-03-09 12:03:26 +08:00
  • f20b250430 feat(audiobook): implement SequentialPlayer for audio segment playback bdim404 2026-03-09 12:00:03 +08:00
  • e1dbb79564 refactor(tts_service): simplify audio data handling in LocalTTSBackend bdim404 2026-03-09 11:53:16 +08:00
  • 9b6691bffe feat(audiobook): add endpoint to retrieve audio for a specific segment bdim404 2026-03-09 11:48:47 +08:00
  • a3d7d318e0 feat(audiobook): implement audiobook project management features bdim404 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 bdim404 2026-03-09 10:43:46 +08:00
  • 8966dcc969 chore: remove backend URL setup instructions from README files bdim404 2026-03-06 17:55:05 +08:00
  • 37693eb60a feat: remove frontend configuration and API section from README files bdim404 2026-03-06 17:44:50 +08:00
  • a7c726195c chore: sync qwen_tts from upstream QwenLM/Qwen3-TTS@main bdim404 2026-03-06 17:36:53 +08:00
  • 2f309d7e4c chore: remove qwen_tts before subtree setup bdim404 2026-03-06 17:35:16 +08:00
  • dc9feaac46 feat: remove production environment variables from .env.production bdim404 2026-03-06 16:57:30 +08:00
  • d928087e79 feat: update docker-compose to use pre-built images for backend and frontend bdim404 2026-03-06 16:57:03 +08:00
  • c880fb8949 feat: add Aliyun region configuration to .env.example bdim404 2026-03-06 16:33:24 +08:00
  • 4081fe3754 feat: remove Aliyun region configuration from .env.example bdim404 2026-03-06 16:21:36 +08:00
  • 0ca1a9823b feat: add GitHub Actions workflows for publishing backend and frontend Docker images bdim404 2026-03-06 16:20:08 +08:00
  • 8a9ed60add feat: add GitHub Actions workflow for Docker image publishing and update .gitignore for nginx.conf bdim404 2026-03-06 16:12:28 +08:00
  • 38e00fd38c feat: add Docker deployment support and fix /users/me endpoint bdim404 2026-03-06 15:15:27 +08:00
  • 964ebb824c feat: Add voice management functionality with delete capability and UI integration bdim404 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 bdim404 2026-03-06 14:23:15 +08:00
  • 5e1e3e0668 refactor: Consolidate cache file loading logic and enhance cache saving for different data types bdim404 2026-03-06 14:07:22 +08:00
  • 0cbf629499 refactor: Simplify README and remove outdated images; enhance Navbar with Home link bdim404 2026-03-06 13:56:03 +08:00
  • c35bf0ed00 style: Adjust AudioPlayer component CSS for improved layout and consistency bdim404 2026-03-06 13:30:00 +08:00
  • cf83811277 docs: Add warning notice about project stability in README files bdim404 2026-03-06 13:28:35 +08:00
  • 01d7cf8fc9 style: Update Navbar and Home components with background color adjustments bdim404 2026-03-06 13:24:44 +08:00
  • abfd7b8f41 refactor: Remove unused text prop and related logic from AudioPlayer component bdim404 2026-03-06 12:09:09 +08:00
  • a93754f449 feat: Enhance API interactions and improve job handling with new request validation and error management bdim404 2026-03-06 12:03:41 +08:00
  • 3844e825cd fix: Update repository clone URL and adjust huggingface-cli commands in README files bdim404 2026-02-13 11:57:00 +08:00
  • 27c8925f7d refactor: Optimize font loading by removing unnecessary async/await and streamline language handling bdim404 2026-02-06 18:51:00 +08:00
  • 8f5cfd8093 feat: Replace react-h5-audio-player with @arraypress/waveform-player and update AudioPlayer component to support waveform visualization bdim404 2026-02-06 18:50:06 +08:00
  • 26e40039a9 feat: Refactor voice cloning job submission to use FormData and update VoiceDesignForm instruct property to be optional bdim404 2026-02-06 15:59:16 +08:00
  • cbf906574c feat: Update voice design tab labels for consistency across languages bdim404 2026-02-06 14:35:20 +08:00
  • d8488534b9 feat: Improve Textarea height adjustment and overflow handling bdim404 2026-02-06 14:32:42 +08:00
  • 9966652542 feat: Update Navbar and HistorySidebar layout for improved navigation and styling bdim404 2026-02-06 14:28:13 +08:00
  • d0dcd655fd feat: Update font file references to use noto-serif-latin-regular.woff2 bdim404 2026-02-06 14:14:18 +08:00
  • 5c0111a7a2 feat: Enhance README with project description, installation instructions, and acknowledgments bdim404 2026-02-06 14:13:14 +08:00
  • 2d2c4e9f98 feat: Add font loading functionality for multi-language support and preload base font bdim404 2026-02-06 14:09:22 +08:00
  • 9e61734e25 refactor: Remove unused AudioLines import and update Navbar logo rendering bdim404 2026-02-06 14:06:09 +08:00
  • 70a4d87aae style: Update HistorySidebar styles for improved layout and spacing bdim404 2026-02-06 14:00:07 +08:00
  • a756a31479 feat: Update README with desktop and mobile interface previews; add new images for light/dark modes, settings, and history bdim404 2026-02-05 23:51:40 +08:00
  • a88a31ef86 feat: Add multi-language support and interface previews to README; include new images for voice design and cloning features bdim404 2026-02-05 23:42:12 +08:00
  • f9eaf88807 refactor: Simplify AudioPlayer component by removing mobile detection logic and streamline download handling; enhance Home layout for better responsiveness bdim404 2026-02-05 23:30:07 +08:00
  • d01fbe8171 feat: Enhance AudioPlayer download functionality for mobile devices and update dialog styles bdim404 2026-02-05 23:13:43 +08:00
  • 740ea52c35 refactor: Update manualChunks configuration for improved code splitting and increase chunkSizeWarningLimit to 500 bdim404 2026-02-05 14:09:19 +08:00
  • 2f53e14a26 feat: Support i18n bdim404 2026-02-05 13:59:13 +08:00
  • ff0a7dc1a8 fix: Update .gitignore to include backend scripts and service files; modify VITE_API_URL in .env.production for local development bdim404 2026-02-05 10:46:53 +08:00
  • fa7e17db0d feat: Update temperature, top_k, and top_p parameters in CustomVoiceForm and VoiceCloneForm for improved voice synthesis bdim404 2026-02-05 10:42:23 +08:00
  • 4f535b20e5 refactor: Remove cache and metrics endpoints, and clean up voice design CRUD operations bdim404 2026-02-04 19:41:08 +08:00
  • dc5fd643e7 feat: Add voice cloning support and prepare clone functionality in voice design bdim404 2026-02-04 19:24:26 +08:00
  • d0b2cb29c4 feat: Enhance CustomVoiceForm and VoiceDesignForm with user preferences integration bdim404 2026-02-04 19:09:42 +08:00
  • 73aacd174a Remove file logging handler bdim404 2026-02-04 19:05:51 +08:00
  • 9e5d12c9fb feat: Add voice design support for voice cloning and enhance cache management bdim404 2026-02-04 17:52:24 +08:00
  • 13820e38c7 fix: Update speaker selection logic to handle all speaker sources in CustomVoiceForm bdim404 2026-02-04 16:33:59 +08:00
  • ddaa0abfc7 feat: Implement voice design management with CRUD operations and integrate into frontend bdim404 2026-02-04 13:57:20 +08:00
  • a694ead4b8 refactor: Simplify audio URL handling in jobApi by removing redundant base URL concatenation bdim404 2026-02-04 13:18:39 +08:00
  • d8ab716171 feat: Enhance audio validation logging and improve reset button functionality in AudioRecorder bdim404 2026-02-04 13:03:23 +08:00
  • 6c25dd9dd9 feat: Add systemd service, configure API for proxy deployment, and enhance mobile audio playback with token authentication. bdim404 2026-02-03 21:53:41 +08:00
  • 18de86e64f chore: split combined .gitignore entry 样本.mp3aliyun.md into separate entries for 样本.mp3 and aliyun.md. bdim404 2026-02-03 19:10:18 +08:00
  • 26a8a6d08c feat: Add support for fetching speakers by backend from user preferences and create Aliyun documentation. bdim404 2026-02-03 19:09:46 +08:00
  • 18fd1f0fa5 feat: Integrate Aliyun TTS backend with dynamic speaker validation and listing, and adjust toast notification position. bdim404 2026-02-03 19:09:10 +08:00
  • fc6401e532 update bdim404 2026-02-03 18:53:44 +08:00
  • 47e1411390 Update Local Permission Assignments bdim404 2026-02-03 18:48:25 +08:00
  • 86b3e4402c fix the error in frontend bdim404 2026-02-03 18:15:16 +08:00
  • d8a9f277be feat: improve accessibility and mobile responsiveness across UI components bdim404 2026-02-03 18:03:38 +08:00
  • e7b3700a28 feat: update README and Settings page for dual backend support and Aliyun API key management bdim404 2026-02-03 17:42:40 +08:00
  • 244ff94c6a feat: enhance audio processing and error handling in TTS backend; refactor user dialog form validation bdim404 2026-02-03 17:37:14 +08:00
  • 5a22351a66 feat: update user preferences and system settings management bdim404 2026-02-03 16:37:05 +08:00
  • 555bf38b71 feat: add user preferences migration and context bdim404 2026-02-03 16:09:50 +08:00
  • abe0dc131b feat: Implement Aliyun TTS backend integration and API key management bdim404 2026-02-03 15:44:25 +08:00
  • 5a5c93f075 feat: Implement a multi-step voice cloning form with dedicated file upload and audio recording inputs. bdim404 2026-02-03 14:29:31 +08:00
  • 117a51ca77 style: Adjust UI color palette and update gitignore to exclude CLAUDE.md and 样本.mp3. bdim404 2026-02-03 14:19:57 +08:00
  • de600854ca feat: add requirements document for multi-character dialogue feature in Qwen3-TTS bdim404 2026-01-26 19:33:11 +08:00
  • 678aa004b8 Refactor TabsTrigger component to utilize variant props for improved styling and consistency in Home page bdim404 2026-01-26 17:50:06 +08:00
  • bb51b4e6c5 Add HistoryContext and integrate it into relevant components for improved job management bdim404 2026-01-26 17:23:04 +08:00
  • 8f7b6ec773 Add IconLabel component and integrate it into forms for improved accessibility and UI consistency bdim404 2026-01-26 17:11:03 +08:00
  • 23e72f80e5 Refactor spacing and layout in forms for improved UI consistency bdim404 2026-01-26 16:56:29 +08:00
  • 783e0dc984 Add first time setup instructions for default superuser account in README files bdim404 2026-01-26 16:43:34 +08:00
  • 86247aa5a2 Implement password change functionality and initialize superuser bdim404 2026-01-26 16:41:22 +08:00
  • a3b69df2c2 Update license from MIT to Apache-2.0 in README files bdim404 2026-01-26 15:47:31 +08:00
  • bc6ddca8ae Update GitHub Sponsors username in FUNDING.yml bdim 2026-01-26 15:38:24 +08:00
  • 9cd268db8a Add Apache License 2.0 bdim 2026-01-26 15:37:54 +08:00
  • 80513a3258 init commit bdim404 2026-01-26 15:34:31 +08:00