Ryujinx-libsoundio/example
Ruslan Prokopchuk ae7fc0177b fix microphone example fill with zeros case
Usually when microphone example is run you never hit buffer underflow and "fill with zeros" branch is never executed. But when it's executed it fails with "invalid value" because of checks performed on frame_count. This platform-independent check 8094dc5249/src/soundio.c (L447) sometimes passed because unitialized local frame_count have arbitrary value, but this CoreAudio one 8094dc5249/src/coreaudio.c (L1078) is not passed, and "fill with zeros" scenario always fails on MacOS.
2017-03-27 10:39:38 +03:00
..
sio_list_devices.c sio_list_devices example: fix cli argument typo 2016-01-05 15:18:11 -07:00
sio_microphone.c fix microphone example fill with zeros case 2017-03-27 10:39:38 +03:00
sio_record.c update sio_record usage text 2016-12-23 18:14:58 -05:00
sio_sine.c sio_sine: add phase wrap around 2016-10-23 16:12:56 -04:00