-
`await ref.read(audioServiceProvider).play();`
Error configuring audio session
-
In the "Text-to-Speech" function I cannot find a model that has the Italian language. Is it possible to use "Text-to-Speech" with text and related audio generated in Italian? What do you mean? Thank y…
-
Most of the examples, for instance 06a-image-sync.py, need dotenv imported to grab the variables from the .env file
from dotenv import load_dotenv
load_dotenv()
without it, you get the follow…
-
Noting that the processing time is considerably shorter than the length of speech, is it possible to feed the models real time microphone output? Or does the inference run on the complete audio stream…
-
OS: Linux Arch
Audio system: Pipewire (with alsa, pulse audio etc plugins).
It seems it is only possible for PyAudio to open an audio device with Pipewire at its default sample rate, not 16000Hz. …
-
Using the cached tokenizer of seamless_streaming_unity. Set `force` to `True` to download again.
Using the cached tokenizer of seamless_streaming_unity. Set `force` to `True` to download again.
2024…
-
- branch: master
- OS: Ubuntu Server 22.04
- Compilers: gcc 11.4.0 and g++ 11.4.0
I tried compiling your code. I was able to generate talk-llama, downloaded your script talk-llama.bat, but when …
-
Hi, for the last couple of days I was playing with Assist Microphone Add-on for HA. Unfortunately I cannot get it working. I can see the microphone is detected but nothing happens. I know that the ope…
-
Could you add an option? Sometimes using vad will miss dialogue,and --vad_threshold VALUE (float) is useless.
Like this:
* silero-vad
* Use Silero VAD to detect sections that contain speech…
-
Trying to run the chatbot.py, and encountered the following errors. I think there are two errors:
1. daily core error on unknown call client
2. 11labs error. I have a free account with 11labs but I …