KaiFireborn
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by KaiFireborn on 1/21/2024 in #djs-voice
Saving an opus stream from a voice channel to .mp3/.wav/.webm
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 stream to an .mp3 file instead, and i’m even more stuck than last time.
Can I somehow save the audio to a .mp3 or .wav file instead?
Help would be much mich appreciated…
91 replies
DIAdiscord.js - Imagine an app
•Created by KaiFireborn on 1/20/2024 in #djs-voice
How to save a user's voice to a local file? (.mp3 or .ogg)
completeBuffer
definitely holds data, but I tried everything I could find in documentation/forums and still failed to save that buffer's contents as a file. I also tried saving the voiceReceiver stream, and that failed to output a playable audio file as well.
Help would be much appreciated!43 replies