Change SampleRate
Hi,
I'm currently using TAAE2 (works fine !)
I have just a problem with the sampleRate, when I plug Earphone the sampleRate is 44100 Hz , but when the music comes out from the speaker the SampleRate is 48000 Hz. How can I set the speaker SampleRate to 44100 ?
I tried :
[session setPreferredSampleRate:44100.f error:nil]
before [session setActive:YES error:error]
but that does no effect