djs-voice
1170 threads · Page 13 of 24
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...
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...
pastel oxide
why this happens when i play any song?
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...
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...
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,...
empty shale
```js
C:\Users\l3ktu\Desktop\Discord-Music-Bot-master\node_modules\discord-player\dist\index.js:958
const error ...
delicate night
how to can i change the bitrate of the player?
mellow narwhal
my connection:
```
const connection = joinVoiceChannel({
channelId: channelId,
guildId: interac...
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...
raven lynx
Is there a way to check whether a resource is a valid audio resource?
magic knoll
I have a voice model:
```js
const audio = new VoiceReceiver(connection).subscribe(interaction.user.id,
...
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 ...
sharp summit
```from {"status":"idle","resource":false,"stepTimeout":false}
to {"status":"buffering","resource":true,"stepTimeout":fa...
hollow frigate
if (command == "vc") {
const connection = joinVoiceChannel({
channelId: message.member.voice.channelId,
...
raven lynx
Is there a way to fetch the URL from an audio resource? I'm playing a radio station with my bot.
broken current
the code returned undefined and my bot is connected to a voice channel
```js
const test = getVoiceConnection(interaction...
vapid turtle
Using the recorder example
How can I record the complete voice channel?
I mean to record everyone in the channel at the...
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...
long grotto
code:
``` const audioURL = TTS.getVoiceStream(text);
const connection = joinVoiceChannel({
ch...
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...
lime sparrow
how can i fix my music bot
turnd off after 1 min
plucky nebula
Hello there.
Sometimes, when I play audio, the bot would suddenly stop playing after about a minute or two in the audio....
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...
small cove
Hi, does someone have a clue about why my bot does connect to the voice channel then disconnect ?
here's the code :
``...
humble burrow
Same as title, anyone facing same issue?
left flicker
Just same thing. What's going on?
left flicker
I want to do them in voice channel;
rancid trench
getting this error after leaving the bot on for some time
```
file:///D:/musicbot/node_modules/@discordjs/voice/dist/ind...
jade fractal
i wrote this code for my bot
```js
const connection = joinVoiceChannel({
channelId: interaction.member.voice.ch...
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...
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...
raw rampart
Hello, I'm trying to stream the microphone audio from my computer using the "node-mic-record" module. It works fine but ...
jade fractal
/Sound is working in local but when deploying i'm getting this error
```
/home/fgqnfdxm/nodevenv/ETIC-BOT-2/16/lib/node_...
mighty bone
i recently moved to paid host and when i tried to use vc command the bot joins and leaves immediatly idk why
woeful hill
Hello, I'm trying to make a distributed music bot service for a single guild. Long story (https://stackoverflow.com/ques...
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...
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...
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 ...
raven lynx
When a voice connection is destroyed, does the connection.on method get destroyed as well? Because I don't want to overl...
glacial stone
I was making a play command
``` await interaction.deferReply();
const search = await ytse(given_son...
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...
left flicker
If I wait a while and then resume, nothing plays.
About 30s ~ 1m
quiet warren
i'm playing audios that's uploaded as mp3 files in the host, and suddenly the bot crash with this err
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...
tall ledge
anyone know why im getting this error:
```node:internal/errors:484
ErrorCaptureStackTrace(err);
^
TypeError [E...
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 ...
fringe jolt
My bot is connected to the voice channel through a VoiceConnection and has a VoiceReceiver. I added an event listener fo...
native osprey
plz and thank u
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...