djs-voice

1170 threads · Page 13 of 24

connection.receiver.speaking emit twice 7 messages
raven violet When someone speak, the emiter is emitted twice instead of once... It can be a bit annoying, and i didn't know how to wo...
how to use VoiceReciever to get an output file of someone speaking? 4 messages
coarse remnant can someone please explain to me how to use VoiceReciever to get an output file of someone speaking in vc? the docs aren...
bot is autopausing 4 messages
pastel oxide why this happens when i play any song?
Error & Not able to seek 7 messages
hexed minnow I got a problem, I've been trying to search how I can seek an audio on discordjs/voice, found that it was with ffmpeg, o...
How to destroy player and voice connection once song ends? 88 messages
lusty magnet Hello, I've got another problem now. Could someone tell me why do I get this error? Yes, I do not have FFmpeg installed...
Could not extract stream for this track 3 messages
silver birch I have noticed a few people having issues with Could not extract stream for this track, i am also having the same issue,...
Error: Could not extract stream for this track 4 messages
empty shale ```js C:\Users\l3ktu\Desktop\Discord-Music-Bot-master\node_modules\discord-player\dist\index.js:958 const error ...
how to can i change the bitrate of the player? 10 messages
delicate night how to can i change the bitrate of the player?
Return ID of current user talking. 5 messages
mellow narwhal my connection: ``` const connection = joinVoiceChannel({ channelId: channelId, guildId: interac...
What is the problem, he goes out and enters the room constantly and does not remain fixed in the roo 9 messages
weak coyote What is the problem, he goes out and enters the room constantly and does not remain fixed in the room, and also when I p...
Check whether resource is valid 5 messages
raven lynx Is there a way to check whether a resource is a valid audio resource?
Bot isn't detecting any voice 358 messages
magic knoll I have a voice model: ```js const audio = new VoiceReceiver(connection).subscribe(interaction.user.id, ...
"Could not extract stream for this track" Err 1 messages
full granite Yesterday I tested some things from my bot, and today it just isn't working anymore the music part of it. Today I tried ...
Audio Not Playing when deployed on aws ec2 1 messages
sharp summit ```from {"status":"idle","resource":false,"stepTimeout":false} to {"status":"buffering","resource":true,"stepTimeout":fa...
what i have here definitely doesnt work 1 messages
hollow frigate if (command == "vc") { const connection = joinVoiceChannel({ channelId: message.member.voice.channelId, ...
Fetch URL from audio resource 3 messages
raven lynx Is there a way to fetch the URL from an audio resource? I'm playing a radio station with my bot.
getVoiceConnection return undefined? 8 messages
broken current the code returned undefined and my bot is connected to a voice channel ```js const test = getVoiceConnection(interaction...
Voice recorders 2 messages
vapid turtle Using the recorder example How can I record the complete voice channel? I mean to record everyone in the channel at the...
Listen for change to speakingmap 15 messages
sullen patrol I know that this is a probably a dumb question, but I'm very new to Javascript and even newer to Typescript. I've done a...
Cant hear the bot speaking/Not glowing 2 messages
long grotto code: ``` const audioURL = TTS.getVoiceStream(text); const connection = joinVoiceChannel({ ch...
Problem with ws and voice! 5 messages
slim echo Hey guys! I have a problem with the audio playback in my bot now, some time ago I was using my own ws package, and every...
Hello Guys 17 messages
lime sparrow how can i fix my music bot turnd off after 1 min
"aborted" error when playing audio 5 messages
plucky nebula Hello there. Sometimes, when I play audio, the bot would suddenly stop playing after about a minute or two in the audio....
Set volume after starting playing AudioResource 6 messages
plucky nebula hello there, I'm updating my bot from discord.js v12 to v14, and there's something I couldn't find how to update; in v12...
AudioPlayer problem (I think ?) 12 messages
small cove Hi, does someone have a clue about why my bot does connect to the voice channel then disconnect ? here's the code : ``...
mute and unmute bot makes custom sound back to 100% 1 messages
humble burrow Same as title, anyone facing same issue?
When the bot play AudioResource as first time, it will finish immediately 12 messages
left flicker Just same thing. What's going on?
How can I play audio resource in DM channel? 1 messages
left flicker I want to do them in voice channel;
"Cannot perform IP discovery - socket closed" 4 messages
rancid trench getting this error after leaving the bot on for some time ``` file:///D:/musicbot/node_modules/@discordjs/voice/dist/ind...
setVolume() not working 3 messages
jade fractal i wrote this code for my bot ```js const connection = joinVoiceChannel({ channelId: interaction.member.voice.ch...
music bot 7 messages
toxic birch Hi How can I solve the problem of the music bot ، The problem with the bot is that it stops singing after only one minu...
Send message reliably on thread creation 2 messages
slender marlin I have a discord bot that posts a message every time someone creates a new thread in a certain forum channel, (its a hel...
Delay in the audio while trying to play a stream 8 messages
raw rampart Hello, I'm trying to stream the microphone audio from my computer using the "node-mic-record" module. It works fine but ...
My sound command is working locally but not in remote 2 messages
jade fractal /Sound is working in local but when deploying i'm getting this error ``` /home/fgqnfdxm/nodevenv/ETIC-BOT-2/16/lib/node_...
Bots joins and leave 28 messages
mighty bone i recently moved to paid host and when i tried to use vc command the bot joins and leaves immediatly idk why
Connecting a specific client to a voice channel 6 messages
woeful hill Hello, I'm trying to make a distributed music bot service for a single guild. Long story (https://stackoverflow.com/ques...
message.member.voice returning null 19 messages
minor venture hello, I have built a bot to do TTS in a server, it was working fine in my personal testing server but in Prod it is now...
Core Dependency showing different than a version number 2 messages
arctic shale Hi, Trying to port my bot over to Ubuntu, it works with zero issue on Windows 11, it doesn't seem to want to get the ra...
AuthenticateFailed 7 messages
verbal juniper Hi everyone, So I have a musical bot that has been working fine. It hasn't been used for maybe a few months, and now it ...
Question about connection.on 18 messages
raven lynx When a voice connection is destroyed, does the connection.on method get destroyed as well? Because I don't want to overl...
Play command 6 messages
glacial stone I was making a play command ``` await interaction.deferReply(); const search = await ytse(given_son...
Cannot join voice channel 14 messages
sour maple I am rewritting my bot from DJS v12 to v14. I started by writing a simple music bot that would play a youtube link using...
If I wait a while and then resume, nothing plays. 12 messages
left flicker If I wait a while and then resume, nothing plays. About 30s ~ 1m
502 crashes the bot 7 messages
quiet warren i'm playing audios that's uploaded as mp3 files in the host, and suddenly the bot crash with this err
Bot stops playing music after 2 minutes 55 messages
boreal coral I've encountered the problem that the bot stops playing after 2-2:30 minutes. Searching on github I found a solution (ne...
odd error 7 messages
tall ledge anyone know why im getting this error: ```node:internal/errors:484 ErrorCaptureStackTrace(err); ^ TypeError [E...
Is there an way to install seek function on my bot? 13 messages
left flicker I tried AudioResource's playStream seek, but it doesn't work. What can I do? I think there's way because discord-player ...
SpeakingMap stops triggering 'start' events after some time 5 messages
fringe jolt My bot is connected to the voice channel through a VoiceConnection and has a VoiceReceiver. I added an event listener fo...
can someone help me make a text to speech feature in a voice channel 17 messages
native osprey plz and thank u
Radio 6 messages
raven lynx My bot is playing music from an online radio station, but the music stops playing after like 30 seconds. I thought it wa...