bartolsthoorn / NVDSP

iOS/OSX DSP for audio (with Novocaine)
MIT License
415 stars 80 forks source link

MediaPlayer didPickMediaItems url not working. #13

Closed TanejaArun closed 10 years ago

TanejaArun commented 10 years ago

If i want to play song from my media library, i have

This url is not working with [[AudioFileReader alloc] initWithAudioFileURL:url samplingRate:audioManager.samplingRate numChannels:audioManager.numOutputChannels];

But with AVAudioPlayer url is working fine.

bartolsthoorn commented 10 years ago

Sorry, this is not related to NVDSP. The AudioFileReader is part of Novocaine.