I downloaded the Playing Sound files tutorial and no matter what I try, it crashes when opening a 2nd audio file.
I'm not a C++ expert, but I think it has something to do with the readerSource.
When I select the 2nd file, it crashes here:
void ResamplingAudioSource::releaseResources()
{
input->releaseResources(); <--- bad access
buffer.setSize (numChannels, 0);
}
Anyone?
