Fix a few issues discovered on the MAC
authorBill Lash <william.lash@gmail.com>
Thu, 27 Jun 2019 04:34:30 +0000 (23:34 -0500)
committerDavid Griffith <dave@661.org>
Sat, 29 Jun 2019 00:37:07 +0000 (17:37 -0700)
commit149262d921751df276606e5db18ee7f78d69fa40
tree626630ee1f382795030620005f664a0d5d29615c
parentd94ee64363b07bc73213aa87223c5ad388c4ee26
Fix a few issues discovered on the MAC

Reduce the max wait from 1 second to 1 msec to prevent pauses
between sounds.  Also check the return value of the samplerate
converter src_process() and if there was an error, tell the caller
to try calling again.
src/curses/ux_audio.c
src/curses/ux_input.c