AVAudioEngine

E759693

AVAudioEngine is a high-level audio processing and mixing framework class in Apple's AVFoundation that lets developers build complex audio signal graphs with nodes for playback, effects, and recording.

All labels observed (1)

Label Occurrences
AVAudioEngine canonical 2

How this entity was disambiguated

Statements (59)

Predicate Object
instanceOf AVFoundation class ⓘ
Apple framework API ⓘ
audio engine class ⓘ
developedBy Apple Inc. ⓘ
hasComponent AVAudioEnvironmentNode ⓘ
AVAudioInputNode ⓘ
linked to: AVAudioNode

AVAudioMixerNode ⓘ
AVAudioNode ⓘ
AVAudioOutputNode ⓘ
linked to: AVAudioNode

AVAudioPlayerNode ⓘ
AVAudioUnit ⓘ
AVAudioUnitDelay ⓘ
AVAudioUnitEQ ⓘ
AVAudioUnitEffect ⓘ
linked to: AVAudioNode

AVAudioUnitReverb ⓘ
linked to: AVAudioNode
hasFeature 3D audio support ⓘ
audio format conversion ⓘ
automatic node connection management ⓘ
built-in effects support ⓘ
input and output node management ⓘ
manual rendering mode ⓘ
node-based architecture ⓘ
offline rendering ⓘ
real-time audio processing ⓘ
sample-accurate scheduling ⓘ
hasMethod attach ⓘ
connect ⓘ
detach ⓘ
disconnectNodeInput ⓘ
disconnectNodeOutput ⓘ
pause ⓘ
prepare ⓘ
reset ⓘ
start ⓘ
stop ⓘ
hasProperty inputNode ⓘ
isRunning ⓘ
mainMixerNode ⓘ
manualRenderingFormat ⓘ
manualRenderingMaximumFrameCount ⓘ
manualRenderingMode ⓘ
outputNode ⓘ
language Objective-C ⓘ
Swift ⓘ
partOf AVFoundation framework ⓘ
linked to: AVFoundation
platform iOS ⓘ
macOS ⓘ
tvOS ⓘ
watchOS ⓘ
provides audio mixing ⓘ
audio playback ⓘ
audio processing ⓘ
audio recording support ⓘ
audio signal graph management ⓘ
useCase audio effects processing ⓘ
audio recording apps ⓘ
game audio ⓘ
live audio mixing ⓘ
music apps ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

AVFoundation → coreClass → AVAudioEngine ⓘ
SKAudioNode → integratesWith → AVAudioEngine ⓘ