aboutsummaryrefslogtreecommitdiffhomepage
path: root/sndfile-stream.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sndfile-stream.lua')
-rw-r--r--sndfile-stream.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/sndfile-stream.lua b/sndfile-stream.lua
index 248f82a..1c394b8 100644
--- a/sndfile-stream.lua
+++ b/sndfile-stream.lua
@@ -52,6 +52,7 @@ function SndfileStream:gtick()
-- read pointer which is important when reusing the stream.
-- NOTE: We could do this with a single handle per object but
-- by maintaining our own read position and seeking before reading.
+ -- @fixme On the downside, this gtick() is not real-time safe.
local handle = sndfile:new(self.filename, "SFM_READ",
self.samplerate, self.channel_no, self.format)