-
Looking at
https://guide.pycord.dev/voice/receiving
It appears its possible to also recieve audio to the bot. With this, its possible to create a voice mode for Gemini models back and forth
The out…
-
Low latency conversational interactions using speech is an impressive enhancement and game changer for audio chat bots. With the emergence of the gpt-40-realtime-preview in Azure OpenAI I'd lo…
rboen updated
1 month ago
-
Hi
Installed wyze-bridge on my raspberry pi 4 using portainer,
The detected camera window shows the cameras but they are not live streaming realtime.
To see live streaming i have to select one …
-
I am "talking" to the realtime API via g711_alaw audio streaming (with server_vad).
I noticed that the assistant is very difficult to correct. It insists on an initial assumption and is hardly will…
mrkww updated
1 month ago
-
I have a `` chart in my React app.
Since I updated chart.js to v4.0.1, I get the following error when I unmount my chart:
```
Uncaught TypeError: Cannot set properties of null (setting '_setStyle')…
-
**Describe the bug**
Use the 'Inference_streaming' branch, the first audio chunk returned too late (over 2 seconds since tts text send to inference interface 'inference_sft') . The 2 seconds latency …
-
### 🥰 Feature Description
希望后端推送给前端数据的时候,不要使用这种单向的http流式推送,这种方式比websocket双工方式而言,更加容易被企业防火墙阻断,特别是很多程序员都是在公司内部电脑上面使用的时候,经常遇到被公司防火墙阻断这种http单向推送,使用体验非常不好,大型的公司,开发人员超过200个的各种大型公司,在这种公司内部电脑使用的时候,经常触发防火墙或者代…
-
is there a way to manually set the sample rate. the audio_play.loop(); is playing the audio at chipmunk speed.
-
OpenAI API has support for streaming realtime audio by chunks (just like chat token-by-token streaming)
Are there any plans to add support for this feature?
-
Hello,
First of all thanks a lot for this repo. I was wondering is this possible to use this API as websocket and then send streaming audio from microphone? As of now, this is accepting audio file.…