AAC (Advanced Audio Coding) is a file format for storing digital audio. It's commonly used for storing music on the Internet, PCs and portable music players and phones.
It is similar to MP3, but it was designed to be its successor and offers better quality and smaller file sizes. It also supports DRM, which enforces copyright.
AAC+ and AAC++ are newer versions of the standard.
AAC technique involves exploiting two primary coding strategies in order to minimize the amount of data required to impart high-quality digital audio. Signal components that are irrelevant are discarded. Redundancies in the coded audio signal are wiped out.
The encoding of digital audio files involves the following steps:
- Modified discrete cosine transform (MDCT) is used to convert the signal from time-domain to frequency-domain. Filter banks are used to convert an exact number of time samples into frequency samples.
- The frequency domain is quantized using a psychoacoustic model and is then encoded.
- Appropriate internal error correction codes are applied.
- The signal is stacked or transmitted.
- Luhn mod N algorithm is used for each frame to avoid sample corruption
0 Comments
please respectfully comment.