mattgallagher / AudioStreamer

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

Streaming from local file #30

Open beiminator opened 13 years ago

beiminator commented 13 years ago

Hi, i'm writing an iPhone App that should read from some local files, mixing them together and i'd like to use this streamer.

Is it possible ATM?

Just for try i had written this part of code in createStreamer method: NSURL url = [[NSBundle mainBundle] URLForResource:@"prova" withExtension:@"mp3"]; instead of : NSURL url = [NSURL URLWithString:escapedValue];

but i get "No audio data found.". The file is present in the project and on simulator as well

Can anyone help me or just answer:"No u can't" ? XD

pronebird commented 12 years ago

It doesn't support local files playback..