skick1234 / DisTube

A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.
https://distube.js.org
MIT License
423 stars 94 forks source link

Bad Audio Quality #13

Closed IGRohan closed 3 years ago

IGRohan commented 3 years ago

Is there some kind of filter option to increase the quality or something? The audio is almost something that i don't wanna listen to. My Internets perfect and i got all the requirements installed.

skick1234 commented 3 years ago

Try increasing the bitrate of the voice channel.

IGRohan commented 3 years ago

Try increasing the bitrate of the voice channel.

its already at 128kbps

skick1234 commented 3 years ago

How it "bad"? I haven't seen anyone report that before.

You should send your issue both on GitHub and DisTube Support Server for better communication.

Tomato6966 commented 3 years ago

i think i means filters you can rearrange filters with better effects here an short example: const distube = new DisTube(client, { searchSongs: true, emitNewSongOnly: true, highWaterMark: 1 << 50, leaveOnEmpty: true, leaveOnFinish: true, leaveOnStop: true, searchSongs: false, customFilters: { "bassboost": "bass=g=20,dynaudnorm=f=200", "8d": "apulsator=hz=0.08", "vaporwave": "aresample=48000,asetrate=48000*0.8", "nightcore": "aresample=48000,asetrate=48000*1.25", "phaser": "aphaser=in_gain=0.4", "subboost": "asubboost", "bassboost": "bass=g=20,dynaudnorm=f=200", } })

IGRohan commented 3 years ago

How it "bad"? I haven't seen anyone report that before.

You should send your issue both on GitHub and DisTube Support Server for better communication.

I think i found a way around this. Distube 2.7.0 doesn't have this issue and sounds perfect while the latest one always cracks up and gets stuck. Thanks for giving your time anyway. I'm gonna close this now