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

how to use the demuxer to extract audio/aac stream into a aac file ? #39

Open
hisunwei opened this issue May 22, 2022 · 1 comment
Open

Comments

@hisunwei
Copy link

I tried to to extract all the packet payload into a acc file, but it cannot be played, do you know how to save the packets as a normal .acc file?

@asticode
Copy link
Owner

This lib doesn't do decode/encode therefore what you get in packet payloads are encoded audio samples (the codec used to encode them depends on your input stream).

If you're looking to decode/encode packets, this lib is probably not the one to use.

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