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

Documentation + Wasm #20

Closed
nuthinking opened this issue May 24, 2019 · 1 comment
Closed

Documentation + Wasm #20

nuthinking opened this issue May 24, 2019 · 1 comment

Comments

@nuthinking
Copy link

nuthinking commented May 24, 2019

This library seems incredibly useful to do audio file conversion in a web client through Wasm.

Is there some documentation about this library somewhere?

In particular, I would need a way to convert a WAV buffer to AAC to pass it back to JavaScript.

Thanks!

@est31
Copy link
Member

est31 commented May 24, 2019

Hi @nuthinking and thanks for your interest in the audrey crate!

Right now, it is focused on decoding only as in taking compressed streams and outputting generated WAV, so the other way round. Encoding support is not implemented.

As for AAC encoders, it seems there are no non-proprietary licensed implementations that allow to be bundled with proprietary code. However, there are very fine opus encoders. So I'd suggest you try one of the wasm opus encoders out there:

@est31 est31 closed this as completed May 24, 2019
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