Play, record, mix, and process audio.
Framework
- AVFoundation
Overview
The AVFoundation audio capabilities include the ability to play, record, mix, and process audio.
For playback and recording of a single track, use
AVAudio
andPlayer AVAudio
.Recorder For more complex audio processing, use
AVAudio
.Engine AVAudio
includesEngine AVAudio
andInput Node AVAudio
for audio input and output. You can also useOutput Node AVAudio
objects for processing and mixing effects into your audio, including 3D environment options like positional and directional sounds in games.Node