From c66ad398bded437ea9acff5086529b58a62b3f8e Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Wed, 5 Dec 2018 11:22:28 -0500 Subject: [PATCH] adds warning TODO for do-syntax --- src/PortAudio.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PortAudio.jl b/src/PortAudio.jl index be769b0..1365a10 100644 --- a/src/PortAudio.jl +++ b/src/PortAudio.jl @@ -211,6 +211,9 @@ function PortAudioStream(inchans=2, outchans=2; kwargs...) end # handle do-syntax +# TODO: there seems to be a buffering issue here. Running this multiple +# times creates weird echos, and even the first time there might be something +# fishy going on. Needs investigation function PortAudioStream(fn::Function, args...; kwargs...) str = PortAudioStream(args...; kwargs...) try