Onda.jl
Onda.jl is a Julia package for high-throughput manipulation of structured LPCM signal data across arbitrary domain-specific encodings, file formats and storage layers via the Onda Format.
This package follows the YASGuide.
Installation
To install Onda for development, run:
julia -e 'using Pkg; Pkg.develop(PackageSpec(url="https://github.com/beacon-biosignals/Onda.jl"))'
This will install Onda to the default package development directory, ~/.julia/dev/Onda
.