djs-voice

1174 threads · Page 1 of 24

Job Title: English Caller / Customer Communication Assistant 6 messages
📢 Hiring / Opportunity Announcement 4 messages
play audio mp3 13 messages
test 2 messages
Connecting problem 6 messages
Need a tutorial 13 messages
Discord bot joins call, but no audio 9 messages
polar bronze Hey all, I'm working on trying to get my discord bot working once again and am running into issues playing audio. Curre...
Playing multiple audio streams simultaneously 5 messages
plain surge Hello, I am trying to create a soundboard bot for discord voice channels. Currently soundboards are added to a queue and...
You missed a spot 2 messages
heavy lance You missed a spot
No Sound 12 messages
fervent mason I was unaware of discords switch to Dave, and so I was caught off-guard yesterday as I tried to use my radio bot that's ...
Bot is in the channel but won't speak/connect 7 messages
rough topaz [VOICE] Waiting for connection to be READY... [VOICE] State: signalling -> connecting [VOICE] State: connecting -> conne...
Anyone not getting a `Ready` status for `VoiceConnectionStatus` anymore? 4 messages
fierce imp So I've kept my bot running on a server that uses @discordjs/voice 0.18.0 for awhile now and have a local instance of th...
Open to PR to attach RTP Headers to Opus Buffers to combat jitter? 4 messages
full star I'm on 14.25.1 under Node 22.22.0. I'm storing opus packets for later decode (bot does transcription, with per-user dia...
Weird audio chunks in opus data 3 messages
fossil citrus Basically I have been struggling to figure out why I am getting garbled "spikes" in my pcm data from discord's opus stre...
AudioPlayer stuck in buffering after play() 12 messages
crisp crater 1. user play the music by `/play url:<a direct download link of an audio file>` 2. get the audio stream by `await fetch(...
opus
play a file from the URL 7 messages
karmic willow how to do it? ```ts createAudioResource(url) // this does not work ```
Can we develop discord voice agent bot? 10 messages
royal roost Developing the discord bot that you use the pipecat python voice agent library. Receiving User audio streaming it to Pi...
My Discord.js bot doesnt seem to become a speaker in a stage call 10 messages
primal tree The following code should as I have seen makes the bot become a speaker. I attempted using the following code and it doe...
How do I use DAVE? @snazzah/davey 6 messages
shut ridge Just having the dependency installed doesn't enable e2ee. I can see this in the status of the call on the Discord client...
Voice Recording: The compressed data passed is corrupted 18 messages
crimson sun Hello! Here is how I record user voice, I consider the gaps of silence well since I am merging different PCM files mult...
help 2 messages
I keep on getting encryption error in vc 6 messages
cloud marsh i even reinstalled all the libraries still i got this issue ```js Unhandled promise rejection: Error: No compatible en...
opus opusscript
Why is there npm warn here? 2 messages
sterile fjord after i installed @discordjs/opus, npm warn is here ```npm warn deprecated [email protected]: This module is not supported...
Discord Voice is so slow to build 23 messages
brazen badge On my RPI everytime i run npm install it takes so long to build discord voice anyway to speed this up?
voice doesn't work in Linux servers 14 messages
rose venture it keeps logging line 77 : console.log('🔁 Stream ended; picking a new reader…') "@discordjs/rest": "^2.2.0", "@disco...
opus opusscript
Modal problem 3 messages
jovial fossil 🥹 🧐
is there any basic codes in js 7 messages
rugged totem i was learning discord voice from voice examples by discord from github but all adapter and helper codes are in typescri...
Discord Voice Lag 2 messages
azure vortex I’m using the latest discord.js and @discordjs/voice libraries, and I’m seeing a reproducible delay issue: when the bot ...
No Sound upon connect 14 messages
solemn beacon Hey Team! Hope you are all well and had a good halloween. I'm trying to create a /play command which will fetch a URL.mp...
Multibot System Question 2 messages
prime quartz I’m working on a system where bots (agents) are assigned to specific channels and play sounds when users join those chan...
Can't install @discordjs/opus 3 messages
surreal sinew Okk, sooo... i was trying to download it and i'm receiving this error error: https://pastecode.io/s/u5npy6g2 Could som...
What Is This Error 6 messages
worldly depot ```throw new Error(`No compatible encryption modes. Available include: ${options.join(", ")}`); ^ Error: No co...
Listening to the voice channel without specifying a user 8 messages
frank fog I remember a code block about this on `discord.js`; however, I looked at the methods and searched the internet. Couldn't...
noise that happens on the bot 13 messages
limpid mason I need help fixing the noise that happens on the bot audio not the original video
opus opusscript
Version 0.19.0 stuck in connecting state 2 messages
regal needle Discord Voice Connection Stuck in "Connecting" State After @discordjs/voice v0.19.0 Upgrade Setup: • [email protected]...
Unable to decode opus packets from VoiceReceiver with dave encryption users 3 messages
unreal cedar -------------------------------------------------- Core Dependencies - @discordjs/voice: 0.19.0 - prism-media: 1.3.5 Op...
opus
Issues receiving and decoding opus from browser/vencord clients 9 messages
unreal cedar I am able to successfully decode opus data to pcm from other users except my friend who is using the vencord client whic...
opus
NEED HELP WITH TOKEN 6 messages
slim gust Hello everyone, I'm completely stuck on a persistent `TokenInvalid` error when deploying my bot on Render and I would r...
bot cannot connect 6 messages
coarse frost ```js const connection = joinVoiceChannel({ channelId: channel.id, guildId: channel.guild.id, adapterC...
Bot Voice Connection Issues 3 messages
sweet snow I recently have gotten reports from users about my bot having issues staying connected to the voice channel in specific ...
Bot Voice Connection Issues 3 messages
sweet snow I recently have gotten reports from users about my bot having issues staying connected to the voice channel in specific ...
Is it possible to record as WAV? 12 messages
fathom linden I'm currently working on a bot that listens to a user and kicks them from the voice chat if they say a banned word. Righ...
Bot refuses to stay disconnected 2 messages
WebSocket properties 3 messages
onyx bison How i can define ws properties in `@discordjs/ws@^1.2.3`?
Beginner to Discord JS, Audio Not Playing 4 messages
woeful thunder Hello, I just started learning discord js, i wrote a simple connect and playcommand using the guide but didnt work, ask...
About TimeoutNegativeWarning 3 messages
reef badge recently my bot keep getting this warning when using @discordjs/voice ```bash (node:7384) TimeoutNegativeWarning: -17 i...
Since today, my bot doesn't play audio through the voice channel 30 messages
shut ridge Has anything changed in the API?
audio player instantly going idle after trying to play the same audio twice 4 messages
Electron renderer crashes after importing @discordjs/voice 8 messages
past kiln In my electron project I have the renderer set up as below: ```js let win = new BrowserWindow({ webPreferences: { ...
Voice connection stop after short time 15 messages
ashen notch I have read that top same issue there u was talking about version of discordjs/voice but my npm version is latest and I ...