LICENSE
README.md
setup.py
openvoicechat/__init__.py
openvoicechat/listener.py
openvoicechat/player.py
openvoicechat/utils.py
openvoicechat.egg-info/PKG-INFO
openvoicechat.egg-info/SOURCES.txt
openvoicechat.egg-info/dependency_links.txt
openvoicechat.egg-info/requires.txt
openvoicechat.egg-info/top_level.txt
openvoicechat/llm/__init__.py
openvoicechat/llm/base.py
openvoicechat/llm/llm_gpt.py
openvoicechat/llm/llm_hf.py
openvoicechat/llm/llm_llama.py
openvoicechat/llm/llm_ollama.py
openvoicechat/llm/prompts.py
openvoicechat/stt/__init__.py
openvoicechat/stt/base.py
openvoicechat/stt/stt_deepgram.py
openvoicechat/stt/stt_hf.py
openvoicechat/stt/stt_vosk.py
openvoicechat/stt/utils.py
openvoicechat/stt/vad.py
openvoicechat/tts/__init__.py
openvoicechat/tts/base.py
openvoicechat/tts/tts_elevenlabs.py
openvoicechat/tts/tts_hf.py
openvoicechat/tts/tts_melo.py
openvoicechat/tts/tts_parler.py
openvoicechat/tts/tts_piper.py
openvoicechat/tts/tts_tortoise.py
openvoicechat/tts/tts_xtts.py
tests/test_llm_tts.py