Metadata-Version: 2.1
Name: openvoicechat
Version: 0.1.3
Summary: OpenVoiceChat is an opensource library that allows you to have a natural voice conversation with your LLM agent.
Home-page: http://www.fakhirali.pk/OpenVoiceChat/
Author: Fakhir Ali
Author-email: ali.fakhir33@gmail.com
License-File: LICENSE
Requires-Dist: sounddevice
Requires-Dist: torchaudio
Requires-Dist: pygame
Requires-Dist: pyaudio
Requires-Dist: librosa
Requires-Dist: pydub
Requires-Dist: python-dotenv
Requires-Dist: websockets
Provides-Extra: transformers
Requires-Dist: transformers; extra == "transformers"
Provides-Extra: piper
Requires-Dist: piper-tts; extra == "piper"
Requires-Dist: piper-phonemize; extra == "piper"
Provides-Extra: vosk
Requires-Dist: vosk; extra == "vosk"
Provides-Extra: open-ai
Requires-Dist: openai; extra == "open-ai"
Provides-Extra: tortoise
Requires-Dist: tortoise-tts; extra == "tortoise"
Provides-Extra: xtts
Requires-Dist: TTS; extra == "xtts"

If you plan on making an LLM agent and want to have your users be able to talk to it like a person (low latency, handles interruptions), this library is for you. It aims to be the opensource, highly extensible and easy to use alternative to the proprietary solutions.
