Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mp3Recorder.m 转MP3文件? #52

Open
icharlie2014 opened this issue Jun 10, 2016 · 1 comment
Open

Mp3Recorder.m 转MP3文件? #52

icharlie2014 opened this issue Jun 10, 2016 · 1 comment

Comments

@icharlie2014
Copy link

icharlie2014 commented Jun 10, 2016

`#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文件啊?

@taojeff
Copy link

taojeff commented Sep 8, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants