https://gitlab.com/aplavin/FilterBank.jl – supports mmap, returns KeyedArrays, but no tests and never registered in General. One of my first packages from years ago, that I used for a few projects back then (it has a few specialized functions that have nothing to do with filterbank format per se), and not developed afterwards. Maybe something useful is there :)
Hey @aplavin! Thanks for opening this issue 😁 ! Feel free to open a PR if you wish to add some features from your package into this one. Otherwise, I hope you don't mind if I go ahead and steal some ideas from it, and incorporate them into this package! You can also checkout https://github.com/kiranshila/SIGPROC.jl, which does the same thing. I wrote my own code because I wanted something dead simple, and I had already written something similar in Python (https://github.com/astrogewgaw/priwo/).
As for `KeyArrays` etc, I did not mess around with any of those because I wanted this to be a low-level package, and thus wanted to keep things simple. I am planning to make a package with a high-level interface at some point that will have stuff like that.
https://gitlab.com/aplavin/FilterBank.jl – supports
mmap
, returnsKeyedArray
s, but no tests and never registered in General. One of my first packages from years ago, that I used for a few projects back then (it has a few specialized functions that have nothing to do with filterbank format per se), and not developed afterwards. Maybe something useful is there :)