mobile Titanium 3.1.2 IOS Simulator, 6.1 SDK Mac OS X
I have working code for a TI.AudioRecorder instance, it records and plays. However it plays only out of the top speaker of phone so a user has to hold the phone to their ear to hear the sound. I can't find any solutions to make the sound come out of the speaker on the bottom of the phone? I would like the sound to play so a user can hear it without holding it up to their ear. I've tried adding Titanium.Media.audioSessionMode = Ti.Media.AUDIO_SESSION_MODE_PLAYBACK; to the playback button, however it just disables playback. And I need to have Titanium.Media.audioSessionMode = Ti.Media.AUDIO_SESSION_MODE_PLAY_AND_RECORD; in order to record. help?