Fyphen
DIAdiscord.js - Imagine an app
•Created by Frank7? on 6/16/2024 in #djs-voice
User Flow Diagram for Music Bot AudioPlayer Behavior
and it's actually not that hard
6 replies
DIAdiscord.js - Imagine an app
•Created by Frank7? on 6/16/2024 in #djs-voice
User Flow Diagram for Music Bot AudioPlayer Behavior
You can find valuable algorhithm from there
6 replies
DIAdiscord.js - Imagine an app
•Created by Frank7? on 6/16/2024 in #djs-voice
User Flow Diagram for Music Bot AudioPlayer Behavior
Just take a look in some projects
6 replies
DIAdiscord.js - Imagine an app
•Created by Mad Rage on 6/15/2024 in #djs-voice
Merge audio buffers
Just convert them to stream and throw them to ffmpeg
3 replies
DIAdiscord.js - Imagine an app
•Created by NicMan on 5/23/2024 in #djs-voice
Not playing audio on linux machine
Any error?
7 replies
DIAdiscord.js - Imagine an app
•Created by The Big E in Math -> Σ on 5/26/2024 in #djs-voice
Reduce playing audio latency
There's nothing that I can help you with that problem
6 replies
DIAdiscord.js - Imagine an app
•Created by The Big E in Math -> Σ on 5/26/2024 in #djs-voice
Reduce playing audio latency
It's likely a ffmpeg-related issue or your PC's performance issue
6 replies
DIAdiscord.js - Imagine an app
•Created by Aidan on 6/1/2024 in #djs-voice
Possible to modify buffer as it is streaming?
And I do not recommend implementing audio filtering natively anyway
6 replies
DIAdiscord.js - Imagine an app
•Created by Aidan on 6/1/2024 in #djs-voice
Possible to modify buffer as it is streaming?
It's gonna be a little laggy but it should work
6 replies
DIAdiscord.js - Imagine an app
•Created by Aidan on 6/1/2024 in #djs-voice
Possible to modify buffer as it is streaming?
Just pass the modified stream to another function that adds effect on the stream
6 replies
DIAdiscord.js - Imagine an app
•Created by vlad92ii on 4/18/2024 in #djs-questions
how to make commands without the slash
Yeah that's right
8 replies
DIAdiscord.js - Imagine an app
•Created by ayman on 11/5/2023 in #djs-voice
STT
mainly, it receives PCM audio, and passes it to prism media's encoder to convert it to wav stream and passes it to vosk (voice recognizer) and receive the final result
22 replies
DIAdiscord.js - Imagine an app
•Created by ayman on 11/5/2023 in #djs-voice
STT
cuz in the code we do not write any to disk
22 replies
DIAdiscord.js - Imagine an app
•Created by ayman on 11/5/2023 in #djs-voice
STT
and the above code is not needed
22 replies
DIAdiscord.js - Imagine an app
•Created by ayman on 11/5/2023 in #djs-voice
STT
yeah of course u can
22 replies
DIAdiscord.js - Imagine an app
•Created by Kyan on 11/26/2023 in #djs-questions
Importing multiple from discord.js having issues
*typo
9 replies
DIAdiscord.js - Imagine an app
•Created by Kyan on 11/26/2023 in #djs-questions
Importing multiple from discord.js having issues
Ooops sorry sir
9 replies
DIAdiscord.js - Imagine an app
•Created by Fyphen on 11/27/2023 in #djs-questions
How to set offline status to bot
I was just thinking that setting offline status to bot might be impossible due to some kind of security reasons of Discord API
16 replies