Satyam
Satyam

Reputation: 15894

iPhone - Using AV framework to play two audio files one after another?

I've few audio files in mp3 format. One audio file plays "Hi", and another audio file plays "How are you". Similarly many other audio files. I want to play two audio files one after another so that final audio speaks "Hi How are you". I know how to play one audio file. But how can I queue them in such a way that user don't find any difference that they are two different files played one after another?

Upvotes: 1

Views: 469

Answers (1)

badgerr
badgerr

Reputation: 7982

Use an AVQueuePlayer or implement something similar manually (if targeting < 4.1)

Upvotes: 1

Related Questions