libear
libear copied to clipboard
Example program of a full decode of an ADM wav file?
Was wondering if you could add a full example of decoding an adm file with libear. Not a problem if it has other dependencies as well, just am not sure where to start.
I don't know of a simple example unfortunately. The EAR production suite has all the components but that's obviously a lot more than a simple example.
The main thing that's missing is an implementation of the 'rendering item selection' process in C++. That kind of exists in libadm (the route tracer), but it doesn't follow the standard exactly. That is something I plan to work on, and then putting together a file-to-file renderer example using it would be an obvious thing to do, but i'm not sure when that will happen.