|
@@ -569,11 +569,11 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
}
|
|
|
|
|
|
recorderManager?.NeoNuiDebugHandle = { [weak self] msg in
|
|
|
- self?.neoNuiDebugLabel.text = "录音机:\(msg ?? "")"
|
|
|
+ self?.neoNuiDebugLabel.text = "字幕服务:\(msg ?? "")"
|
|
|
}
|
|
|
|
|
|
recorderManager?.AudioQueueRecoderDebugHandle = { [weak self] msg in
|
|
|
- self?.audioQueueRecoderLabel.text = "字幕服务:\(msg ?? "")"
|
|
|
+ self?.audioQueueRecoderLabel.text = "录音机:\(msg ?? "")"
|
|
|
}
|
|
|
|
|
|
view.backgroundColor = .black
|