Skip to content

Mp3Recorder.m 转MP3文件? #52

@icharlie2014

Description

@icharlie2014

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions