Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example program of a full decode of an ADM wav file? #40

Open
TomArrow opened this issue Nov 14, 2021 · 1 comment
Open

Example program of a full decode of an ADM wav file? #40

TomArrow opened this issue Nov 14, 2021 · 1 comment

Comments

@TomArrow
Copy link

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.

@tomjnixon
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants