sr = 0, not rate
authorNikolaus Gullotta <nikolaus.gullotta@gmail.com>
Tue, 19 Jun 2018 18:56:42 +0000 (13:56 -0500)
committerNikolaus Gullotta <nikolaus.gullotta@gmail.com>
Tue, 19 Jun 2018 18:56:42 +0000 (13:56 -0500)
scripts/noisegen.lua

index a4a5df8ff8e8d15dfc3d72fa1e14774ac0b75e96..bf7b006160a8fee4b3d0b0945c62a799a717f57d 100644 (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