djs-voice

1170 threads · Page 6 of 24

npm install @discordjs/opus 15 messages
npm install @discordjs/opus 1 messages
Why is there no audio playing 6 messages
knotty knot Sorry I have an issue of no audio playing. https://gitlab.com/seabass6969group/barginingewan_bot/-/blob/master/src/comm...
having issues with discord voice during `npm install` 18 messages
knotty knot When I tried to run `npm install` inside a docker container in the built process it breaks. And I have no clue why is do...
can you simplify the voice connection and how to connect the bot to voice channel i suffered very 8 messages
hard dome help
Why? 1 messages
noble vine is not working
receiver end event not triggering 2 messages
prisma ivy Hello, does anyone know why my end event is never triggering? (last line) ```const receiver = connection.receiver; con...
AudioPlayerError: aborted 4 messages
livid bough how to fix AudioPlayerError: aborted error?
Is there anyway to see if a discord bot is not playing anything 6 messages
drifting oak Not sure how to do it any help is appricated
Opus stream 10 messages
kind temple are there any easy ways to convert the opus stream you receive from discord into wav buffer?
Bot joins channel but does not play audio 29 messages
outer vector The reason I fetch from the API is self explanitory - https://pastebin.run/63p-4pc6t9wr
for some reason, the commands stopped registering 25 messages
hard lichen today I decided to add commands to the bot , I wrote a command, I launch the bot to test it , I enter / and there is no ...
Does `AudioPlayer#play` Immediately play audio to voice without using `joinVoiceChannel` method? 2 messages
round parcel Title explains it I guess
URL Audio Resource Streaming Stopped Working 22 messages
south river idk whats going on so maybe one of you can help... my bot has been broken for a few months I thought it was broken becau...
how to check if the message author is in a voice channel? 3 messages
radiant hazel I was looking at the other forum but seems like the original author deleted their post.
The compressed data passed is corrupted 15 messages
sturdy drift yo why is it saying "The compressed data passed is corrupted"
998946512144969748
How do I get a stream to the voice that the bot in 7 messages
knotty kayak While the bot is in some voice channel, how do I get a stream for the voice channel? or at least for a person in channel...
AudioPlayerState randomly turns to Idle after a while 89 messages
floral oyster Question was too long for discord, I made a stack overflow question and here's the link: https://stackoverflow.com/quest...
cannot install @discordjs/opus 1 messages
998946512144969748
how do you play audio 16 messages
whole sphinx I cant figure out how to play audio through my bot for some reason
"Error: FFmpeg/avconv not found!" but i have FFmpeg 5 messages
cunning quail Even though i have FFmpeg, it still gives me this error, but what could be the cause? (It was working before, i didn't d...
Auto pause 1 messages
vivid raft For some reason the bot is auto pausing the audio immediately once it starts, here's my code: ```js const connection =...
Bot recognizes speech event twice or more 2 messages
nova thistle I'm struggeling with following issue: I created a bot that should recognize different voice commands and play audio acco...
Can a bot find the value of a field in a embed? 3 messages
orchid shadow I'm trying to make this bot that can find the value of the first field that a webhook sends. Is that possible and how so...
why i am getting this and how to fix ? 16 messages
sage jetty ```0|sharded-client | (3:08:07 PM) - [WARN] - ----- Unhandled Rejection ----- 0|sharded-client | (3:08:07 PM) - [ERROR...
Set Path to custom ffmpeg binary 2 messages
silver pasture Hello, we're currently encountering issues with the static-ffmpeg module in our Docker container, occasionally resulting...
bot joins voice channel but doesn't play the resource 3 messages
marsh sphinx Hello, I've been trying to create a bot on Discord. I want it so that when you send a rose 🌹 or a thunderbolt ⚡, the bo...
998946512144969748
Permission Overwrites on Voice Channels 5 messages
west gazelle I set permission overwrites for a voice channel and they do apply, yet they dont seem to take effect at all. ```ts impo...
help fix error 3 messages
hard lichen my bot was working a couple of days ago, now I decided to try to run it to write code, but when I wrote the command / mu...
AudioPlayer amd VoiceConnection life and listeners 11 messages
barren sonnet If I destroy a voice connection that has an audioplayer subscribed, will the player also be garbage collected / destroye...
Is it possible to create a bot that translates a person's speech in a voice channel into another lan 6 messages
uneven jay Hi everyone! Can you tell me if it is possible to make a Discord-bot that would record a person's words in a voice chann...
Discord bot to translate speech from one language to another in real time 1 messages
uneven jay Hi everyone! Can you tell me if it is possible to make a Discord bot that would record what a person says in a voice cha...
geis, how can I rewind audio for example 20 seconds forward or backward in @discordjs/voice 6 messages
ebon cape geis, how can I rewind audio for example 20 seconds forward or backward in @discordjs/voice
Missing opus packages 5 messages
native seal Hi, i'm not sure how to understand these exceptions. As per the docs on npm, only one opus package is required and we ha...
Error: FFmpeg/avconv not found! 14 messages
cold jungle everytime i run the code it says the error on the title code: ```const { Events } = require('discord.js'); module.exp...
Does audioplayer buffering state ever time out? 17 messages
barren sonnet Apologies in advance, might be a bit long.. Does an `audioplayer` ever time-out if it's in `buffering` state for too lon...
Users in voice channel 2 messages
rare stone Is it possible to listen to the whole voice channel instead of just by users
Stuck at connecting 2 messages
main linden I have noticed that sometimes the connection state of a voice channel goes through these states: signalling > connecting...
Saving an opus stream from a voice channel to .mp3/.wav/.webm 91 messages
daring fractal So with the help of another thread here, I managed to save an opus stream to .ogg. Now, I need to save that same opus st...
How to save a user's voice to a local file? (.mp3 or .ogg) 42 messages
daring fractal ```js let listener = voiceReceiver.subscribe(userId, { end: { behavior: EndBehaviorType.AfterSilence...
998946620345434174
Whether to play audio 3 messages
rough fractal If I send `!isPlay`, is there a way for the bot to check whether the server is playing audio or not?
bzioam fiaoq 1 messages
junior yew Make sure you are using version 0.16.0 of @discordjs/voice or newer. Check that this also applies to all voice-related ...
998946512144969748 998946620345434174
example.mp3 Audio doesn't play 3 messages
rough fractal ```js if (msg.content == '!t') { const { joinVoiceChannel } = require('@discordjs/voice'); const connection =...
2nd time joining problem not playing sound 5 messages
cunning quail When the user enters for the first time, it does everything i want to do, but when a different user enters for the first...
Error: Cannot play a resource that has already ended. 45 messages
astral pollen Hey, i have thsi error when im trying to play a radio flux url like (for example) http://belrtl.ice.infomaniak.ch/belrtl...
Volume normalization 12 messages
main linden I know this might be a bit of an out-of-scope question, but I couldn't really find any documentation on this online. I f...
Message reaction event 3 messages
agile notch Hey, I'm trying to listen for reactions on a message Id but there's no output when I react to the message, could someone...
voice discord.js 1 messages
junior yew hi
998946512144969748 998946620345434174
I have an old alt account of mine but i put a fake email and a random password but i have the token 2 messages
patent ore can someone help me login with it
Audio duplication issue 10 messages
fading pollen I am working on a bot that will do, among other things, voice call recording. Something really strange is happening wher...