default latency fix
This commit is contained in:
parent
03a32623e9
commit
81720e0155
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ mutable struct PortAudioStream{T}
|
|||
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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue