@@ -22,7 +22,7 @@ public enum ExportError: Int {
case DiskNoSpace = -31006
}
-let testFor = false
+let testFor = true
public class BFRecordExport {
public var progress: ((Float) -> Void)?
@@ -71,6 +71,8 @@ class BFVoiceRecordManager: NSObject {
func cancelTitleService() {
audioRecorder?.cancelRecord()
+ isStoping = false
+
/// 停止录制