开发者

Suggest a proper location to save recorded voice notes

I am developing an iphone app with the capability of recording voice using AVAudioRecorder.Currently I开发者_开发百科 am saving the notes in TemporaryDirectory()

recordedTmpFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent: [NSString stringWithFormat:@"Voice-%d.caf",count]]];

I am not sure weather this is the best location to store the file. Can anyone suggest the best location to store such audio files which can be later accessed using there path?


I used the same path and lowered the sample rate.I also made number of channels 1 from 2 which decreased the size of my voice record.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜