adds warning TODO for do-syntax

This commit is contained in:
Spencer Russell 2018-12-05 11:22:28 -05:00
parent 8d42b94a6a
commit c66ad398bd

View file

@ -211,6 +211,9 @@ function PortAudioStream(inchans=2, outchans=2; kwargs...)
end end
# handle do-syntax # 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...) function PortAudioStream(fn::Function, args...; kwargs...)
str = PortAudioStream(args...; kwargs...) str = PortAudioStream(args...; kwargs...)
try try