feat: add Qwen3-TTS engine integration with French voice priority#382
Closed
arkcle83 wants to merge 1 commit intomkiol:mainfrom
Closed
feat: add Qwen3-TTS engine integration with French voice priority#382arkcle83 wants to merge 1 commit intomkiol:mainfrom
arkcle83 wants to merge 1 commit intomkiol:mainfrom
Conversation
Integrate Qwen3-TTS (Alibaba's open-source TTS model) as a new speech synthesis engine in DS Note. The engine uses the qwen-tts Python SDK for model loading and inference, following the same pybind11 pattern as existing engines (Kokoro, F5, Parler). Key changes: - New qwen3tts_engine class (C++/pybind11) with GPU acceleration support - Engine registered in models_manager, speech_service, settings, py_tools - 5 French voice presets (Chelsie, Serena, Aria, Ethan, Aidan) + 2 English - Model downloads handled automatically by the qwen-tts SDK (modelless engine) - CUDA/ROCm GPU device management for Qwen3-TTS https://claude.ai/code/session_01Cuqj97NwpmRswgVcH7VBSz
Owner
|
Hi. It looks promising, but only at first glance... First, it won't compile. Second, even after fixing the compilation errors, it doesn't work at all. The way the Python model is created and used in Did you try to test it? I wasted an hour of my life just to discover this. This make me sad because I really don't have much free time at the moment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrate Qwen3-TTS (Alibaba's open-source TTS model) as a new speech synthesis engine in DS Note. The engine uses the qwen-tts Python SDK for model loading and inference, following the same pybind11 pattern as existing engines (Kokoro, F5, Parler).
Key changes:
https://claude.ai/code/session_01Cuqj97NwpmRswgVcH7VBSz