douban / DOUAudioStreamer

A Core Audio based streaming audio player for iOS and macOS
BSD 3-Clause "New" or "Revised" License
2.77k stars 556 forks source link

Crash in AudioConverterNew #42

Closed AshVarApps closed 10 years ago

AshVarApps commented 10 years ago

When moving source data or example into a different project app crashes every time song starts. It just throughs exception in following line:

OSStatus status = AudioConverterNew(&inputFormat, &_outputFormat, &_audioConverter);

when _createAudioConverter method is called.

Update 1: Only appears when streaming (with not local items).

AshVarApps commented 10 years ago

The problem was not in code. Actually it was not an error, but an exception. If you disable Xcode Exception Breakpoint everything works fine.