AudioClip.Create crash on Mac OSX

There is a crash trying to play this example Unity - Scripting API: AudioClip.Create in a unity empty project running on Mac OSX (Unity 4.2 and OSX 10.8.5).

The same example works fine on Win32, Android and iOS.

I reported a crash bug to Unity, anyway, has anyone found the same error? is there any solution?

Thanks!

Setting streaming to true when using AudioClip.Create will cause a crash on both linux and osx. Of course with streaming off you’ll probably be hit with a huge performance penalty when creating the AudioClip, but at the moment I don’t see any workarounds. Pretty sure it’s a bug, I’ve reported both this bug and a similar bug with OnAudioRead over 4 months back, but they’re not very quick at fixing anything. :frowning: