bwmarrin / dgvoice

Discordgo Voice - A sub project to work on voice implementation for Discordgo
BSD 3-Clause "New" or "Revised" License
100 stars 39 forks source link

how do I down volume? #12

Open ghost opened 7 years ago

ghost commented 7 years ago

I could play audio by using dgvoice.PlayAudioFile() but it is too big volume. How do I down the volume played by bot?

bwmarrin commented 7 years ago

Well, you should adjust the volume on your client's speakers. You can adjust the volume from within Discord too. But there's no way with this library to adjust the volume.