-
I'm assuming, due to Discord update, the detection for the voiceStateUpdate is no longer working in the module.
Under `discord-voice\src\Manager.js`, line 431 for the `_checkUsers()` function.
Th…
lwzff updated
7 months ago
-
Might be helpful to better understand context during RAG
-
### The problem
During my experiments over the year of the voice and since, I have hit upon a common issue. When making voice commands to assist it has often failed to detect the end of speech, and…
-
Nice add-on.
For a new project I was hoping to do VAD to know when people are speaking (maybe even singing) and I was wondering if your audio analysis could be used for it?
Do you think it's pos…
-
**Is your feature request related to a problem? Please describe:**
- When GoAlert leaves a voicemail the beginning of the message is cutoff
- The UI doesn't distinguish between a voice call bein…
-
**Describe the problem you have/What new integration you would like**
A VU meter and VAD (voice activity detection) available to the i2s_audio microphone and eventually other means of signal proc…
-
Hi,
I'm facing a weird bug where the following code doesn't lead to the session configuration to being properly sent.
On the browser-side (React Native through Expo):
```javascript
client.up…
-
I see this in README:
```
client.updateSession({
turn_detection: { type: 'none' }, // or 'server_vad'
input_audio_transcription: { model: 'whisper-1' },
});
```
there is "model: 'whisper-1'…
-
Love the script by the way _(finally got it working with my overly convoluted setup)_.
Was wondering if these enhancements & additions would be possible or if they're out of the scope of this proje…
-
Currently we're simply calculating the loudness of incoming audio and if it's below a certain value, we say it's silence. Would be cool to find a specialized algorithm that does this better, like what…