Pierre Carion

Results 1 comments of Pierre Carion

As described [there](https://github.com/discordjs/discord.js/issues/2929#issuecomment-460052671), one workaround is to play a silence stream > ```js > const { Readable } = require('stream'); > > const SILENCE_FRAME = Buffer.from([0xF8, 0xFF, 0xFE]); > >...