What's New / Media, Audio & Capture

What's new in AudioToolbox

+2 NewiOS · macOS · tvOS

AudioToolbox is Apple's C API for low-level audio: audio units, audio file and stream parsing, format conversion, and playback and recording services. Apps use it to process audio and build effect and instrument plug-ins.

Two new APIs, no deprecations or removals. A new audio unit type, kAudioUnitType_HeadTrackingBinauralRenderer, for head-tracked binaural rendering, and a new reverb room type, AUReverbRoomType.reverbRoomType_OutdoorGeneral, on the reverb audio unit.

New

2
var

kAudioUnitType_HeadTrackingBinauralRenderer

NewiOSmacOStvOS
public var kAudioUnitType_HeadTrackingBinauralRenderer: UInt32 { get }
case

AUReverbRoomType.reverbRoomType_OutdoorGeneral

NewiOSmacOStvOS
case reverbRoomType_OutdoorGeneral = 24

No APIs match your filter.

← More in Media, Audio & Capture