sr = 0, not rate

This commit is contained in:
Nikolaus Gullotta 2018-06-19 13:56:42 -05:00
parent c2d162c33e
commit 00fe5a86b1

View File

@ -19,7 +19,7 @@ function dsp_ioconfig ()
return { [1] = { audio_in = -1, audio_out = -1}, }
end
local rate = 0
local sr = 0
function dsp_init (rate)
sr = rate