Fyphen
Fyphen
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
const fs = rewquire("fs");

fs.unlinkSync(`${filename}.pcm`);
fs.unlinkSync(`${filename}.wav`);
const fs = rewquire("fs");

fs.unlinkSync(`${filename}.pcm`);
fs.unlinkSync(`${filename}.wav`);
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
DIAdiscord.js - Imagine an app
Created by Fyphen on 11/27/2023 in #djs-questions
How to set offline status to bot
and I figure out it is possible
16 replies
DIAdiscord.js - Imagine an app
Created by Fyphen on 11/27/2023 in #djs-questions
How to set offline status to bot
ah yeah I know
16 replies
DIAdiscord.js - Imagine an app
Created by Fyphen on 11/27/2023 in #djs-questions
How to set offline status to bot
Is it able to set that?
16 replies
DIAdiscord.js - Imagine an app
Created by Kyan on 11/26/2023 in #djs-questions
Importing multiple from discord.js having issues
u know const Discord is instancing all of the discord.js but if we import them using JSON we can individually import
9 replies