Wavex
Read LPCM WAVE data.
This package is still in early beta.
Installation
-
Add
wavexto yourmix.exsdependencies:
def deps do
[
{:wavex, "~> 0.14.1"}
]
end- Update your dependencies:
$ mix deps.getRoadmap
Eventually, Wavex will support reading and writing of any valid LPCM WAVE
file, as specified in "EBU - TECH 3285: Specification of the Broadcast Wave
Format (BWF), Version 2.0", a copy of which can be found at
priv/tech3285.pdf in the source repository.