Hi Jules,
In AudioSource, prepareToPlay signature is : prepareToPlay (int samplesPerBlockExpected, double sampleRate)
In AudioProcessor, it is : prepareToPlay (double sampleRate, int estimatedSamplesPerBlock)
When you start having AudioSources and AudioProcessors in the same parts of the code, it can quickly become very confusing. Could we settle on one signature please ?
