issues
search
verdigris
/
splat
Generative audio library in Python
4
stars
3
forks
source link
mmap
#22
Closed
gctucker
closed
6 years ago
gctucker
commented
6 years ago
Add support for mmap-backed Fragment objects:
split channels with a separate buffer each
add option to allocate each channel buffer using mmap
add option to make mmap buffers persist on disk and save as .mmap files
don't use mmap by default but provide module-wise and per-fragment options to use it
support all Fragment operations including resample on mmap buffers
Add support for mmap-backed Fragment objects: