Home › Forums › OpenEars › Optimizing open ears for single word recognition › Reply To: Optimizing open ears for single word recognition
January 24, 2013 at 7:26 pm
#1015466
woodyard
Participant
In this code snippet:
// kAudioSessionMode_Default = ‘dflt’,
// kAudioSessionMode_VoiceChat = ‘vcct’,
// kAudioSessionMode_VideoRecording = ‘vrcd’,
// kAudioSessionMode_Measurement = ‘msmt’
UInt32 audioModeClassification = kAudioSessionMode_VideoRecording; //set what you want it to be
UInt32 audioModeCheckSize = sizeof (UInt32);
UInt32 audioModeCheck = 999;
Is it necessary to remove the // in front of // kAudioSessionMode_VideoRecording = ‘vrcd’,?