I'm trying to record anything other than caf file format and have not succeed yet
TNSrecorder options have a format key that could be android.media.MediaRecorder.OutputFormat.MPEG_4 but i can't find IOS example. THere is TNSrecorder.ios object that handles IOS native AVAudioRecorder. According to docs you can init it with kAudioFormatMPEGLayer3 format parameter but i can't figure out what should i use as url for local file system
I'm trying to record anything other than
caffile format and have not succeed yetTNSrecorder options have a
formatkey that could beandroid.media.MediaRecorder.OutputFormat.MPEG_4but i can't find IOS example. THere is TNSrecorder.ios object that handles IOS native AVAudioRecorder. According to docs you can init it with kAudioFormatMPEGLayer3 format parameter but i can't figure out what should i use as url for local file system