|
@@ -63,6 +63,7 @@ class BFVoiceRecordManager: NSObject {
|
|
recorderFilePath.append("recorder_\(Date().timeIntervalSince1970).pcm")
|
|
recorderFilePath.append("recorder_\(Date().timeIntervalSince1970).pcm")
|
|
beginRecordTime = Date()
|
|
beginRecordTime = Date()
|
|
BFLog(1, message: "开始录音 \(recorderFilePath) 开始时间\(beginRecordTime)")
|
|
BFLog(1, message: "开始录音 \(recorderFilePath) 开始时间\(beginRecordTime)")
|
|
|
|
+ voiceModel?.wavFilePath = recorderFilePath
|
|
audioRecorder?.startRecord(recorderFilePath)
|
|
audioRecorder?.startRecord(recorderFilePath)
|
|
}
|
|
}
|
|
|
|
|