LICENSE
README.md
pyproject.toml
src/lunavox_tts/Client.py
src/lunavox_tts/Main.py
src/lunavox_tts/ModelManager.py
src/lunavox_tts/PredefinedCharacter.py
src/lunavox_tts/Server.py
src/lunavox_tts/__init__.py
src/lunavox_tts/_internal.py
src/lunavox_tts/_internal_multi_ref.py
src/lunavox_tts.egg-info/PKG-INFO
src/lunavox_tts.egg-info/SOURCES.txt
src/lunavox_tts.egg-info/dependency_links.txt
src/lunavox_tts.egg-info/requires.txt
src/lunavox_tts.egg-info/top_level.txt
src/lunavox_tts/Audio/Audio.py
src/lunavox_tts/Audio/MelExtractor.py
src/lunavox_tts/Audio/ReferenceAudio.py
src/lunavox_tts/Audio/SpeakerVector.py
src/lunavox_tts/Audio/SpectrogramExtractor.py
src/lunavox_tts/Audio/__init__.py
src/lunavox_tts/Chinese/ChineseG2P.py
src/lunavox_tts/Chinese/CorrectPronunciation.py
src/lunavox_tts/Chinese/Erhua.py
src/lunavox_tts/Chinese/Resources.py
src/lunavox_tts/Chinese/ToneSandhi.py
src/lunavox_tts/Chinese/ZhBert.py
src/lunavox_tts/Chinese/__init__.py
src/lunavox_tts/Chinese/chinese2_ported.py
src/lunavox_tts/Chinese/Normalization/__init__.py
src/lunavox_tts/Chinese/Normalization/char_convert.py
src/lunavox_tts/Chinese/Normalization/chronology.py
src/lunavox_tts/Chinese/Normalization/constants.py
src/lunavox_tts/Chinese/Normalization/num.py
src/lunavox_tts/Chinese/Normalization/phonecode.py
src/lunavox_tts/Chinese/Normalization/quantifier.py
src/lunavox_tts/Chinese/Normalization/text_normlization.py
src/lunavox_tts/Converter/__init__.py
src/lunavox_tts/Converter/load_state_dict.py
src/lunavox_tts/Converter/utils.py
src/lunavox_tts/Converter/version_detector.py
src/lunavox_tts/Converter/v2/Converter.py
src/lunavox_tts/Converter/v2/EncoderConverter.py
src/lunavox_tts/Converter/v2/T2SConverter.py
src/lunavox_tts/Converter/v2/VITSConverter.py
src/lunavox_tts/Converter/v2/__init__.py
src/lunavox_tts/Converter/v2ProPlus/PromptEncoderConverter.py
src/lunavox_tts/Converter/v2ProPlus/__init__.py
src/lunavox_tts/Core/Inference.py
src/lunavox_tts/Core/TTSPlayer.py
src/lunavox_tts/Core/TextFrontend.py
src/lunavox_tts/Core/__init__.py
src/lunavox_tts/Data/v2ProPlus/Keys/prompt_encoder_weights.txt
src/lunavox_tts/Data/v2ProPlus/Keys/vits_onnx_keys.txt
src/lunavox_tts/Data/v2/Keys/t2s_onnx_keys.txt
src/lunavox_tts/Data/v2/Keys/vits_onnx_keys.txt
src/lunavox_tts/Data/v2/Models/t2s_encoder_fp32.onnx
src/lunavox_tts/Data/v2/Models/t2s_first_stage_decoder_fp32.onnx
src/lunavox_tts/Data/v2/Models/t2s_stage_decoder_fp32.onnx
src/lunavox_tts/Data/v2/Models/vits_fp32.onnx
src/lunavox_tts/English/EnglishG2P.py
src/lunavox_tts/English/Resources.py
src/lunavox_tts/English/WordSegment.py
src/lunavox_tts/English/__init__.py
src/lunavox_tts/English/en_normalization/__init__.py
src/lunavox_tts/English/en_normalization/expend.py
src/lunavox_tts/Japanese/JapaneseG2P.py
src/lunavox_tts/Japanese/Split.py
src/lunavox_tts/Japanese/SymbolsV2.py
src/lunavox_tts/Japanese/__init__.py
src/lunavox_tts/Symbols/symbols2_exact.py
src/lunavox_tts/Utils/Constants.py
src/lunavox_tts/Utils/DependencyManager.py
src/lunavox_tts/Utils/EnvManager.py
src/lunavox_tts/Utils/GPTSoVITS.py
src/lunavox_tts/Utils/NltkResources.py
src/lunavox_tts/Utils/PerformanceMonitor.py
src/lunavox_tts/Utils/ResourceManager.py
src/lunavox_tts/Utils/Shared.py
src/lunavox_tts/Utils/UserData.py
src/lunavox_tts/Utils/Utils.py
src/lunavox_tts/Utils/__init__.py