What's the best settings for the recorder for recording voice?
What should i replace with '?' in below code?
recordSetting = [[NSMutableDictionary alloc] init];
[recordSetting setValue :[NSNumber numberWithInt:?] forKey:AVFormatIDKey];
[recordSetting setValue:[NSNumber numberWithFloat:?] forKey:AVSampleRateKey];
[recordSetting setValue:[NSNumber ...