Audio Recorder by Swift. 使用Swift开发的录音工具
##Features/功能
- 支持录音
- 支持上滑取消录音
- 支持下滑继续录音
##How to Use?
-
Implement 'SMAudioRecorderViewControllerDelegate'.
func audioRecorderFinishRecord(withFileURL fileURL: NSURL?){ ... } -
Present the view controller.
let audioRecorder = SMAudioRecorderViewController() audioRecorder.delegate = self presentViewController(audioRecorder, animated: true, completion: nil)
##About me Contact me: [email protected]
or Star me: https://github.com/softman123g/SMAudioRecorder