Tag

Audio Unit

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Aug 25, 2021 · Mobile Development

iOS Audio Playback: Demuxing, Decoding, and Playing AAC Files

This article explains how to play AAC (ADTS) audio on iOS by demonstrating the complete pipeline—from demuxing the file header and extracting raw data, through decoding with AudioConverterRef, to playback using AudioUnit and AUGraph, and even covering basic transcoding techniques.

AACAudio DecodingAudio Unit
0 likes · 10 min read
iOS Audio Playback: Demuxing, Decoding, and Playing AAC Files