Verbi
Verbi copied to clipboard
A modular voice assistant application for experimenting with state-of-the-art transcription, response generation, and text-to-speech models. Supports OpenAI, Groq, Elevanlabs, CartesiaAI, and Deepgram...
error
 appreciated to help me to solve the issue as soon as possible
Issue with pip install -r requirements.txt on MacOS. You need to install `brew install portaudio` first.
More TTS options will be great. https://github.com/suno-ai/bark https://github.com/coqui-ai/TTS https://github.com/rhasspy/piper https://github.com/huggingface/parler-tts Or any other TTS in which you can clone your voice.
Failed to record audio: [WinError 2] The system cannot find the file specified
Hi, I believe these changes can contribute to enhanced code efficiency and a more standardized structure for this project. Here is an overview of the changes `voice_assistant/api_key_manager.py` 1. API_KEY_MAPPING dictionary...
I have installed Melotts in docker on win 11 and installed Verbi locally on pc. Melo UI works in Gradio, Verbi works using groq however I cant succeed to use...
if you want to stop the playback with the ESC key you might want to use this change in the code.Works on macos. voice_assistant/audio.py: [...] def play_audio(file_path): """ Play an...
(verbi1) hamza@Hamza:~/Desktop/verbi/Verbi$ python run_voice_assistant.py pygame 2.5.2 (SDL 2.28.2, Python 3.12.3) Hello from the pygame community. https://www.pygame.org/contribute.html ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib...
We propose implementing a feature that allows the LLM model to stream its response in smaller chunks (or using a similar strategy), enabling voice playback to begin as soon as...
I would like to know if it is possible to mimic the openai advanced voice, I would like to test but I dont have a clue how to do that.