issues
search
mumble-voip
/
mumblekit
Objective-C-based Mumble client framework for iOS and Mac OS X
http://mumble-voip.github.com/mumblekit/
BSD 3-Clause "New" or "Revised" License
154
stars
70
forks
source link
Fix MKiOSAudioDevice not handling nframes!=1024 properly.
#26
Open
ghost
opened
10 years ago
ghost
commented
10 years ago
Fix division instead of multiplication when checking buffer capacity.
Add a new _bufCapacity to track allocated capacity of the buffer, since outputCallback zeroes out mDataByteSize.