Create a "radio"
Trying to play a local wav file in a vc but it doesn't play more than a min.
Script plays local files well but can't play url streams, why?
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
15 second pause when initializing Decoder
@discordjs/voice
's prism-media
package to convert the data into pcm and i noticed that the first time the decoder is constructed it takes around 15.5 seconds and then works just fine. Am i missing something or is it meant to be that slow?The system does not work when the bot is on have voice channel and when someone enters the sound
My bot doesn't play any sound, he has permission to speak and the intents
How can I use opus to make my bot playing a specific mp3. in a voice channel with the command /play
How to get the audioResource
Problem installing @discordjs/opus on arch linux
Shard Reconnection and Voice Connection
Error streaming from IceCast server (Live Broadcast)
how to repeat music once it's finished
is there a way to send voice to specific members in channel simultaneously?
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
let editedSong = ffmpeg({ source: `./songCache/${id}.mp3` }).toFormat('mp3').setStartTime(Math.ceil(json.payloads[0].seek_to / 1000))
resource = createAudioResource(editedSong);
let editedSong = ffmpeg({ source: `./songCache/${id}.mp3` }).toFormat('mp3').setStartTime(Math.ceil(json.payloads[0].seek_to / 1000))
resource = createAudioResource(editedSong);
AudioPlayer not working, not sure what's wrong
createAudioResource()
string
as resource input that is a file location, but i want to ask what else we can use to create a resource or directly a resource something like a Buffer
or anything else
For further explanation i want to store them in mongoose database and use them in future but im not sure how i can store a audio file in mongoose or i can use it or not...Stuck in 'Signaling'