qwen-tts 0.0.2__py3-none-any.whl → 0.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ qwen_tts/cli/demo.py,sha256=6ijgkwdT4Fy91Tq3vZC3voGrhZVJkCdx2xXws6v81es,29160
4
4
  qwen_tts/core/__init__.py,sha256=GzgNnehDttWF2TjDOdBmE2VnynElQSZ0I0IEr0OGZ54,990
5
5
  qwen_tts/core/models/__init__.py,sha256=kX042P1-2E3nNwP9I5TVNcpBbhVpTR5QMk5KBtQCLII,807
6
6
  qwen_tts/core/models/configuration_qwen3_tts.py,sha256=9Shn8U_eBqQW3RSGTVA85tE9CgjV9dowGR4cgME_XRg,26428
7
- qwen_tts/core/models/modeling_qwen3_tts.py,sha256=1py41waOHGdaVa5yKZ-GyAnxedPGS4VNt9pftwhXoTI,97580
7
+ qwen_tts/core/models/modeling_qwen3_tts.py,sha256=nFtU2UNWBMbL_aD7uut31MlZsPlVkrAPQMUH9TZO3jg,99825
8
8
  qwen_tts/core/models/processing_qwen3_tts.py,sha256=YUciAxiORu2mjXQMJfDyKOziSmHs-ULlfW5J54tNa80,4022
9
9
  qwen_tts/core/tokenizer_12hz/configuration_qwen3_tts_tokenizer_v2.py,sha256=njDCQ5SwDLA2bX2jSCt0NkaKzBzT2hpv5hSh00ZTpeM,7946
10
10
  qwen_tts/core/tokenizer_12hz/modeling_qwen3_tts_tokenizer_v2.py,sha256=ZZEFydnpx1TH3cgomRFAWA6R-uA11_EGtpVidUc6s78,40467
@@ -16,9 +16,9 @@ qwen_tts/core/tokenizer_25hz/vq/whisper_encoder.py,sha256=oXSLNJaLqO_-v5AsSkOZlB
16
16
  qwen_tts/core/tokenizer_25hz/vq/assets/mel_filters.npz,sha256=dFCucHI6XvnTQePO5ijHywF382zkLES37SvzMl8PbUw,4271
17
17
  qwen_tts/inference/qwen3_tts_model.py,sha256=lPt0DAv8pHDpUyXQpVmTnmjtok6j0ww0TFuWniAxghA,37123
18
18
  qwen_tts/inference/qwen3_tts_tokenizer.py,sha256=vX1-6_rJIGQ7QtKd932ngHJYvEBjBUSos1tCEtOyFaw,15698
19
- qwen_tts-0.0.2.dist-info/licenses/LICENSE,sha256=pEpggcc6118CVbsrtcq3TvGClWWolaJOU6TxEpCrdlU,11343
20
- qwen_tts-0.0.2.dist-info/METADATA,sha256=1084RCYKttt7R3H1nGSEBitp58FY_8LxAfUoT-GwIj4,890
21
- qwen_tts-0.0.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
22
- qwen_tts-0.0.2.dist-info/entry_points.txt,sha256=hcoVetKUabLdCmu2ST4jGo8jilnoslpFzV-bxlHf0E0,57
23
- qwen_tts-0.0.2.dist-info/top_level.txt,sha256=1o-44WiYkUtYVTiL9eexzyNQXK6YWCOGZltO81PUirA,9
24
- qwen_tts-0.0.2.dist-info/RECORD,,
19
+ qwen_tts-0.0.4.dist-info/licenses/LICENSE,sha256=pEpggcc6118CVbsrtcq3TvGClWWolaJOU6TxEpCrdlU,11343
20
+ qwen_tts-0.0.4.dist-info/METADATA,sha256=C8_PgKFWjwp4YpUzWGTbDgfVjczbTEaPIEbJSAtkJFM,61044
21
+ qwen_tts-0.0.4.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
22
+ qwen_tts-0.0.4.dist-info/entry_points.txt,sha256=hcoVetKUabLdCmu2ST4jGo8jilnoslpFzV-bxlHf0E0,57
23
+ qwen_tts-0.0.4.dist-info/top_level.txt,sha256=1o-44WiYkUtYVTiL9eexzyNQXK6YWCOGZltO81PUirA,9
24
+ qwen_tts-0.0.4.dist-info/RECORD,,
@@ -1,28 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: qwen-tts
3
- Version: 0.0.2
4
- Summary: Qwen-TTS python package
5
- Author: Alibaba Qwen Team
6
- License: Apache-2.0
7
- Project-URL: Homepage, https://github.com/Qwen/Qwen3-TTS
8
- Project-URL: Repository, https://github.com/Qwen/Qwen3-TTS
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: Programming Language :: Python :: 3.9
11
- Classifier: Programming Language :: Python :: 3.10
12
- Classifier: Programming Language :: Python :: 3.11
13
- Classifier: Programming Language :: Python :: 3.12
14
- Classifier: Programming Language :: Python :: 3.13
15
- Requires-Python: >=3.9
16
- Description-Content-Type: text/plain
17
- License-File: LICENSE
18
- Requires-Dist: transformers==4.57.3
19
- Requires-Dist: accelerate==1.12.0
20
- Requires-Dist: gradio
21
- Requires-Dist: librosa
22
- Requires-Dist: torchaudio
23
- Requires-Dist: soundfile
24
- Requires-Dist: sox
25
- Requires-Dist: onnxruntime
26
- Dynamic: license-file
27
-
28
- Qwen-TTS python package