go-astits icon indicating copy to clipboard operation
go-astits copied to clipboard

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

Open hisunwei opened this issue 2 years ago • 1 comments

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?

hisunwei avatar May 22 '22 14:05 hisunwei

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.

asticode avatar May 23 '22 07:05 asticode