Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX(client, plugins): Wrong sample count in plugin callback
In the mumble_onAudioInput callback that plugins can use, the sampleCount parameter was actually wrong for all cases in which the input had more than a single channel. Instead of the sample count per channel, the total sample count (across all channels) was passed along. Fixes #6464
- Loading branch information