We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46b744 commit 6e8c4cbCopy full SHA for 6e8c4cb
src/ios/AudioRecorderAPI.m
@@ -36,7 +36,7 @@ - (void)record:(CDVInvokedUrlCommand*)command {
36
37
// Create a new dated file
38
NSString *uuid = [[NSUUID UUID] UUIDString];
39
- recorderFilePath = [NSString stringWithFormat:@"%@/%@.caf", RECORDINGS_FOLDER, uuid];
+ recorderFilePath = [NSString stringWithFormat:@"%@/%@.m4a", RECORDINGS_FOLDER, uuid];
40
NSLog(@"recording file path: %@", recorderFilePath);
41
42
NSURL *url = [NSURL fileURLWithPath:recorderFilePath];
0 commit comments