IQAudioRecorderController icon indicating copy to clipboard operation
IQAudioRecorderController copied to clipboard

bitRate not work

Open bandy101 opened this issue 7 years ago • 0 comments

IQAudioRecorderViewController *controller = [[IQAudioRecorderViewController alloc] init];
controller.delegate = self;
controller.title = @"Recorder";
controller.bitRate=128000;
controller.sampleRate=8000;
controller.maximumRecordDuration = 60*10;
controller.numberOfChannels=2;
controller.allowCropping = YES;

when I set bitRate,the recorder not work.

bandy101 avatar Aug 31 '17 07:08 bandy101