AAC header parser to check if the data is a valid ADTS aac which can extract some relevant audio information.
More...
#include <HeaderParserAAC.h>
AAC header parser to check if the data is a valid ADTS aac which can extract some relevant audio information.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ findSyncWord()
| int findSyncWord |
( |
const uint8_t * |
buf, |
|
|
int |
nBytes, |
|
|
int |
start = 0 |
|
) |
| |
|
inline |
Finds the mp3/aac sync word.
◆ getChannels()
◆ getFrameLength()
Determines the frame length.
◆ getHeader()
◆ getSampleRate()
◆ isValid()
| bool isValid |
( |
const uint8_t * |
data, |
|
|
int |
len |
|
) |
| |
|
inline |
parses the header string and returns true if this is a valid aac adts stream
◆ parser
The documentation for this class was generated from the following file: