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

Is there any receiver solution/example which decodes AAC format of audio? #304

Open
MiTang0828 opened this issue May 23, 2021 · 5 comments

Comments

@MiTang0828
Copy link

Hi,
I successfully applied this library to send H264 Video and use example of H264 receiver code. But I didn't find out any example to receive AAC or other format of audio. Does anyone could have example audio decoding code?

@Tariq2518
Copy link

Looking for the same question !
do you have get it fixed?

@MiTang0828
Copy link
Author

Found out aac decode is much simpler than H264. Simply reverse the process of encoding, get payload data and should work.

@Tariq2518
Copy link

can you please explain a little bit more. I am new to these things.

@MiTang0828
Copy link
Author

So did you understand to encoding part of this library? Try to flow how AAC is decoded in this library and once it get streamed over UDP, you simply reverse the process.

@Tariq2518
Copy link

can you provide any example please so I can understand

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