bwmarrin / dgvoice

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

How to stop playing sound while sound this playing? #24

Closed Mariownyou closed 2 years ago

Mariownyou commented 2 years ago

Is it possible to pause the process?

bwmarrin commented 2 years ago

dgvoice is really intended to just be a simple example so there's not a lot of features in it. There's no pause feature built into this.

You would need to modify a local copy of it to include a way to pause sending the PCM data and then unpause again.