noise that happens on the bot

I need help fixing the noise that happens on the bot audio not the original video
3 Replies
d.js toolkit
d.js toolkit•2mo ago
beetle
beetle•2mo ago
please follow this nobody is going to know how to help you by what youve told us
Mr. Meow.
Mr. Meow.OP•2mo ago
I don’t speaking English Only arabic Hi, I’m having an issue with Discord voice while using DisTube. I’m on the latest versions of both, and I’m not using any filters, but the audio still comes out distorted or noisy. The problem seems to be from Discord itself, not the original video/audio. How can I fix this? ✨ The problem still persists even after removing Distube and using @discordjs/voice directly. I use
const resource = createAudioResource(
ffmpeg('path/to/your/audio.mp3')
.audioCodec('libopus')
.format('s16le')
.pipe()
);
const resource = createAudioResource(
ffmpeg('path/to/your/audio.mp3')
.audioCodec('libopus')
.format('s16le')
.pipe()
);
i am hide my audio.mp3 link

Did you find this page helpful?