Ryusuke Fuda's Tech Blog

Softweare Enginier about Web, iOS, Android.

2014-02-12から1日間の記事一覧

iOS 録音 再生 実装

ios

■ ライブラリ追加 AVFoundation Framework ■ ヘッダーファイルにimportしインターフェイスへ定義 #import <AVFoundation/AVFoundation.h> @interface ViewController : UIViewController<AVAudioRecorderDelegate,AVAudioPlayerDelegate>{ AVAudioRecorder *avRecorder; AVAudioPlayer *avPlayer; } ■ あとはボタン実装して中にこの通りか</avaudiorecorderdelegate,avaudioplayerdelegate></avfoundation/avfoundation.h>…