RESEARCH on iPhone - when the sound was very low - it seemed to come out of the earphone of the phone (not the headphone jack) instead of the bottom speaker - change the DEFAULT TO SPEAKER value
UInt32 doChangeDefaultRoute = 1;
AudioSessionSetProperty (
kAudioSessionProperty_OverrideCategoryDefaultToSpeaker,
sizeof (doChangeDefaultRoute),
&doChangeDefaultRoute
);
source
share