user1120133
user1120133

Reputation: 3234

AudioToolbox framework capabilities

I want to know if AudioToolbox.framework will suppport an array of pageviewcontrollers to change with audio synchronization programmtically. From the apple documentation I found that Audio Queue Services lets you record, play, pause, loop, and synchronize audio but when they say synchronize audio are they referring to page change synchronization or something else?

I already have AVFoundation.framework in my app to play an audio file.

Upvotes: 0

Views: 312

Answers (1)

justin
justin

Reputation: 104708

It's a 'Core' AV library. You'll have to you your own program to interact with or manipulate your UI. The library does not rely on either AppKit or UIKit.

Sync: consider it along the lines of accurate timing of audio playback.

Upvotes: 0

Related Questions