MANIFEST.in
README.md
pyproject.toml
duolabmeng6_voice_hub.egg-info/PKG-INFO
duolabmeng6_voice_hub.egg-info/SOURCES.txt
duolabmeng6_voice_hub.egg-info/dependency_links.txt
duolabmeng6_voice_hub.egg-info/top_level.txt
tests/test_aliyun.py
tests/test_aliyun_cosyvoice.py
tests/test_client.py
tests/test_glm.py
tests/test_mimo.py
tests/test_minimax.py
tests/test_my.py
voice_hub/__init__.py
voice_hub/client.py
voice_hub/errors.py
voice_hub/interfaces.py
voice_hub/sample.py
voice_hub/speech.py
voice_hub/providers/__init__.py
voice_hub/providers/azure.py
voice_hub/providers/base.py
voice_hub/providers/openai.py
voice_hub/providers/placeholder.py
voice_hub/providers/aliyun/__init__.py
voice_hub/providers/aliyun/cosyvoice/__init__.py
voice_hub/providers/aliyun/cosyvoice/clone.py
voice_hub/providers/aliyun/cosyvoice/models.py
voice_hub/providers/aliyun/cosyvoice/transport.py
voice_hub/providers/aliyun/cosyvoice/tts.py
voice_hub/providers/aliyun/cosyvoice/voices.py
voice_hub/providers/aliyun/qwen_tts/__init__.py
voice_hub/providers/aliyun/qwen_tts/models.py
voice_hub/providers/aliyun/qwen_tts/parser.py
voice_hub/providers/aliyun/qwen_tts/payload.py
voice_hub/providers/aliyun/qwen_tts/transport.py
voice_hub/providers/aliyun/qwen_tts/tts.py
voice_hub/providers/aliyun/qwen_tts/voices.py
voice_hub/providers/glm/__init__.py
voice_hub/providers/glm/models.py
voice_hub/providers/glm/payload.py
voice_hub/providers/glm/transport.py
voice_hub/providers/glm/tts.py
voice_hub/providers/mimo/__init__.py
voice_hub/providers/mimo/models.py
voice_hub/providers/mimo/parser.py
voice_hub/providers/mimo/payload.py
voice_hub/providers/mimo/transport.py
voice_hub/providers/mimo/tts.py
voice_hub/providers/mimo/voices.py
voice_hub/providers/minimax/__init__.py
voice_hub/providers/minimax/clone.py
voice_hub/providers/minimax/models.py
voice_hub/providers/minimax/parser.py
voice_hub/providers/minimax/payload.py
voice_hub/providers/minimax/transport.py
voice_hub/providers/minimax/tts.py
voice_hub/providers/minimax/voices.py