-
Tristan Matthews authored
Instead, use a jack_ringbuffer which is shared between the thread calling Play() and JACK's audio Process() thread. The ringbuffer is a lock-free structure, safe for one writer and one reader thread to use. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
070575cc