作者grantsheug (阿貴)
看板MacDev
標題[問題] 關於record後的檔案輸出
時間Fri Oct 5 01:12:52 2012
最近在學習寫IOS
看影片學寫了一個Recorder
但影片中將Recorder檔案
tempRecFile = [NSURL fileURLWithPath:[NSTemporaryDirectory()
stringByAppendingPathComponent:[NSString stringWithString:@"Voice"]]];
應該是寫在這裡(?)
我想請教一下各位
如果我想把它錄製好的檔案存放在某個資料夾
以便之後有其他用途
要怎麼去實作
麻煩各位教一下我> <
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.50.29
1F:→ g4530:AVAudioRecorderDelegate。google一下,有範例 10/09 15:05