JuliaAudio / JACKAudio.jl

Access Audio I/O using the JACK Audio Connection Kit from Julia
Other
27 stars 7 forks source link

queue simultaneous reads and writes #2

Open ssfrr opened 8 years ago

ssfrr commented 8 years ago

If more than one task tries to read or write at the same time things will go sideways. reads should be queued if another read is in progress, likewise for writes.