default latency fix

This commit is contained in:
Jakub Wronowski 2020-02-20 23:02:10 +01:00
parent 03a32623e9
commit 81720e0155

View file

@ -103,7 +103,7 @@ mutable struct PortAudioStream{T}
end end
end end
defaultlatency(f, devices...) = maximum(d -> max(d.highoutputlatency, d.highinputlatency), devices) defaultlatency(devices...) = maximum(d -> max(d.highoutputlatency, d.highinputlatency), devices)
# this is the top-level outer constructor that all the other outer constructors end up calling # this is the top-level outer constructor that all the other outer constructors end up calling
""" """