serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
384 stars 110 forks source link

Fix typo in docs for VoiceData #142

Closed tazz4843 closed 2 years ago

tazz4843 commented 2 years ago

The docs stated that decoded audio was mono, where it was actually stereo. This PR fixes that.