mattgallagher / AudioStreamer

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

Is there way to play local MP3 files? #54

Closed emile818 closed 11 years ago

emile818 commented 11 years ago

@mattgallagher any idea how i can make CFHTTPMessageCreateRequest work with local files.

PS: I want to init the streamer on something like this: file://localhost/var/mobile/Applications/59CF743B-6927-431C-9461-D3930DB31F38/Documents/text.mp3

azone commented 11 years ago

You can use AVAudioPlayer to play local audio.

emile818 commented 11 years ago

@azone done, such a cool framework the AVAudioPlayer. Thanks.