Playing AIFF samples in the background works now with some weird code.
authorDavid Griffith <dave@661.org>
Wed, 15 Apr 2015 07:47:54 +0000 (00:47 -0700)
committerDavid Griffith <dave@661.org>
Wed, 15 Apr 2015 07:47:54 +0000 (00:47 -0700)
commite723b8e7e1e45e06f0b4d836ed4936a86bf7ecc3
treebd35b07567aee812d2a1f8741eeab95ffad08349
parentad6d37e9f1652b563f0d141bd2b66466c490fbc8
Playing AIFF samples in the background works now with some weird code.
After fooling around in ddd for quite some time, I discovered that the
code would work only if I put a delay in os_start_sample() just after
spawning the thread to run playaiff().  At this hour, I'm at a loss to
explain why this is happening.
src/curses/ux_audio.c