目前我正在调用webservice并从webservices获取数据。我正在尝试制作音频文件,但它不会创建任何可播放的音频文件。我可以创建.caf文件格式,但音频没有播放。
NSString *dataPath = [[[Global sharedGlobals] documentsDirectoryPath] stringByAppendingPathComponent:[NSString stringWithFormat:@"/%@/recent.caf",_incidentID]];
[data writeToFile:dataPath atomically:YES];