aboutsummaryrefslogtreecommitdiffhomepage
path: root/sndfile-stream.lua
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-09-15 20:21:35 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-09-15 21:17:08 +0300
commit0b47e7cf9bb7b77fa28a02aea1964540b81a7c84 (patch)
treeb1b0be0317d594cac680bf69d3857253f7f0341c /sndfile-stream.lua
parent7fc0f17fb37326c86a83627b856a5b75f522c090 (diff)
downloadapplause2-0b47e7cf9bb7b77fa28a02aea1964540b81a7c84.tar.gz
documentation update
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)