pat
DIAdiscord.js - Imagine an app
•Created by ScremerMemer on 11/12/2024 in #djs-questions
Can't get this to work Interaction failed discord.js
you are not handling the selectmenu
8 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
in createAudioResource theres an option
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
so you need to put silence frame inbetween
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
when the stream fully consumes the buffer you gave it, the stream will be empty (and end), not playing audio is correct
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
put infinity as option for silence frames
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
try
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
if you push yes thats how streams work
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
but u only need to do make the readable once if you keep pushing the buffer data to it
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
it is bad
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
because the way you have it now (and with interval) you are re-creating a different stream every time you receive an audio buffer
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
what i said is the best option
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
no
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
okay nevermind, just do this
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
which is?
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
@luomo what package/website/whatever are you getting the data from
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
but what is
ev.frame
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
im thinking its better to just create a Readable and push your buffer into it and play the readable outside of this loop
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
what are you working with? what is frame
65 replies
DIAdiscord.js - Imagine an app
•Created by luomo on 11/8/2024 in #djs-voice
i have an arraybuffer how can i trasform it to use in createAudioResource()?
no
65 replies