UUChatTableView icon indicating copy to clipboard operation
UUChatTableView copied to clipboard

Mp3Recorder.m 转MP3文件?

Open icharlie2014 opened this issue 8 years ago • 1 comments

`#pragma mark - Path Utils

  • (NSString *)cafPath { NSString *cafPath = [NSTemporaryDirectory() stringByAppendingPathComponent:@"tmp.caf"]; return cafPath; }
  • (NSString *)mp3Path { NSString *mp3Path = [NSTemporaryDirectory() stringByAppendingPathComponent:@"mp3.caf"]; return mp3Path; }`

后缀都是.caf

我去tmp文件夹看没有.mp3文件啊?

icharlie2014 avatar Jun 10 '16 04:06 icharlie2014

这个后缀名博主应该写错了 你可以把它给改过来

taojeff avatar Sep 08 '16 15:09 taojeff