AvAudioRecorder has an init method:
AvAudioRecorder
- (instancetype)initWithURL:(NSURL *)url settings:(NSDictionary *)settings error:(NSError **)outError
And a "magic" behavior is partially documented:
URL The file system location to record to. The file type to record to is inferred from the file extension included in this parameter’s value.
URL
The file system location to record to. The file type to record to is inferred from the file extension included in this parameter’s value.
Is there any further documentation of this feature? Specifically, what are the supported file extensions? And is there any way to support raw output?
Related:
1.4m articles
1.4m replys
5 comments
57.0k users