djs-voice

1170 threads · Page 1 of 24

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
Change audio applications when broadcasting 1 messages
limpid mason Why when a sound is broadcast, the layers and intensity of the sound change? Although I use FFmpeg. How can I make the s...
998946512144969748
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(...
998946512144969748
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 17 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...
OPUS ffmpeg cpu spike 1 messages
dusk badge I have audio files in OPUS format. When I create an audio resource for playback in my bot, the library uses FFmpeg if in...
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...
998946512144969748 998946620345434174
Why is there npm warn here? 2 messages
sterile fjord after i installed @discordjs/opus, npm warn is here ```npm warn deprecated inflight@1.0.6: 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...
998946512144969748 998946620345434174
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 Lags Progressively 1 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 ...
998946512144969748
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
998946512144969748 998946620345434174
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: • discord.js@14.21.0...
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...
998946512144969748
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...
998946512144969748
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...
Multi-socket logic for audio stream 1 messages
dull shoal Anyone could explain the logic for multi sockets of using discord voice for streaming different audio url streams across...
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...
Pure-js PCM Resampler lib @purinton/resampler 1 messages
eternal acorn https://github.com/purinton/resampler A pure JavaScript, high-quality PCM audio resampler for Node.js. Converts s16le PC...
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?
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 ...
ytdl audioplayererror 7 messages
hardy raptor Hi, im trying to update my application so my bot connect to a voice channel, and put a sound on it. I have this code :...
Unable to Hear Audio 10 messages
fathom marlin https://pastebin.com/VZtMgbNE Howdy o/ Been following along with the Discord.JS v14 guide, but I seem to have stumbled ...
Discord wierd script 8 messages
wraith stump Helloo, i want to make this bot : A bot who join my vocal, who records what I say and when I stop talking, he leaves an...
Hey, my bot plays audio locally but I can’t hear it in Discord help? 8 messages
tropic palm Hi everyone! I’m working on a Discord bot called DMortal1 using @discordjs/voice, and I’m stuck on an issue where the bo...
998946512144969748 998946620345434174