aboutsummaryrefslogtreecommitdiffhomepage
path: root/sndfile.lua
AgeCommit message (Expand)AuthorFilesLines
2024-04-22libsndfile moved to Github and updated the format enum - it now supports MP3Robin Haberkorn1-0/+15
2023-09-13added LDoc documentationRobin Haberkorn1-0/+4
2016-09-03fixed garbage collection of libsndfile handlesRobin Haberkorn1-9/+6
2016-09-03SndfileStream() supports raw files now, by passing through samplerate, channe...Robin Haberkorn1-1/+3
2016-01-25multi-channel stream supportRobin Haberkorn1-3/+14
2016-01-03SyncedStream optimization: Allow streams to be reused within one stream graph...Robin Haberkorn1-0/+15
2015-04-30added Stream.save() and SndfileStream based on FFI wrapper around libsndfileRobin Haberkorn1-0/+197