mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Cannot pause AudioStreamer after URL is fully downloaded #55

Open Azy-dev opened 11 years ago

Azy-dev commented 11 years ago

In AudioStreamer:

self.state = AS_STOPPING; //when -handleReadFromStream: eventType: receives kCFStreamEventEndEncountered

- (void)pause; works only if (state == AS_PLAYING || state == AS_PAUSED)

getfile1 commented 11 years ago

do you have a solution? I'm seeking a answer.

thank you.