pcm.samplesPerSec=pConfig->sampleRate*1000;// In millihertz because, you know, the people who wrote the OpenSL|ES spec thought it would be funny to be the _only_ API to do this...
pcm.samplesPerSec=pDevice->internalSampleRate*1000;// In millihertz because, you know, the people who wrote the OpenSL|ES spec thought it would be funny to be the _only_ API to do this...