presentations/audiocodecs/slides/11-aac.md

58 lines
1.3 KiB
Markdown
Raw Normal View History

2024-09-16 21:27:30 -04:00
### AAC
<sup><sup>**A**dvanced **A**udio **C**odec</sup></sup>
<div style="font-size: 0.55em;">
- Developed in 1998
- Open standard with royalties
- Also sometimes called "MP4 Audio"
- Very good software support
- Supports:
- 24-bit sampling depth
- 96kHz sampling rate
- 48* audio channels
- 256 kbit/s/channel bitrate
<br>
<br>
</div>
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
<div> <!-- Left pane -->
<!-- Title -->
##### Music
<audio controls src="media/samples/musicaac.m4a">AAC Music Sample</audio>
<div style="font-size: 0.33em; line-height: 0.1em;">
"The Show Must Be Go" by Kevin MacLeod
Licensed under [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/deed.en)
</div>
</div>
<div> <!-- Right pane -->
<!-- Title -->
##### Voice
<audio controls src="media/samples/voiceaac.m4a">AAC Voice Sample</audio>
<div style="font-size: 0.33em; line-height: 0.1em;">
LibriVox recording of "The Art of War" by Sun Tzu
Read by Moira Fogarty
</div>
</div>
</div>
Note:
48 channels have up to 96kHz sampling rate, plus 16 channels with 120Hz sampling rate, plus 16 "dialog" channels, plus 16 digital data channels
Used in bluray movies
Fairly common bluetooth audio format
[comment]: # (!!!) <!--------------------------------------------------------->