音声ファイルを aac タイプで録音して uitable で表示しようとするとうまくいきますが、iTunes ファイル共有で表示できません
UIFIleSharingEnabledを有効にしました
しかし、iTunes ファイル共有で aac ファイルを見ることができません。どうすればよいですか?
ファイル形式AudioformatMPEG4AAC
fileaddres : file://localhost/Users/myuser/.. .aac
パーツを保存
NSArray *keys = [NSArray arrayWithObjects:@"voicestr",,@"datestr",@"durstr",nil];
NSDictionary * HistDict =[[NSDictionary alloc] initWithObjects: [NSArray arrayWithObjects:myString,timeString,dateString,currentimeLbl.text,bestsize ,nil] forKeys:keys];
[Hist addObject:HistDict];
ファイルをロード
BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:myPath];if (fileExists)
HistValue = [[NSMutableArray alloc] initWithContentsOfFile:myPath];