4

AVAudioEngine has a musicSequence property that can be set. However, I am having a hard time figuring out how to play it? I tried using startAndReturnError but to no avail

ChintaN -Maddy- Ramani
  • 5,156
  • 1
  • 27
  • 48
Thomas
  • 61
  • 4

1 Answers1

2

This is good example how you can use it. MusicSequence

AVAudioEngine Also this is documentation for AudioEngine

Please look

The music sequence that was previously attached to the audio engine.

Declaration SWIFT

var musicSequence: MusicSequence

OBJECTIVE-C

@property(nonatomic) MusicSequence musicSequence

Availability Available in iOS 8.0 and later.

Grigori Jlavyan
  • 1,871
  • 3
  • 19
  • 39