|
@@ -2844,12 +2844,8 @@ extension BFRecordScreenController: BFTTSManagerDelegte{
|
|
|
temp.recordId == model.recordId
|
|
|
}
|
|
|
//第一次录制返回后是voiceStickers为空的也要加入
|
|
|
- if(itemModels[Int(model.itemModelIndex)].voiceStickers.count == 0){
|
|
|
- itemModels[Int(model.itemModelIndex)].voiceChangeStickers.append(voice)
|
|
|
-
|
|
|
- }else if(itemModels[Int(model.itemModelIndex)].voiceStickers.count > 0 && findRecordId != nil){
|
|
|
- itemModels[Int(model.itemModelIndex)].voiceChangeStickers.append(voice)
|
|
|
- }
|
|
|
+ itemModels[Int(model.itemModelIndex)].voiceChangeStickers.append(voice)
|
|
|
+
|
|
|
|
|
|
//显示当前段的转换进度isExportAction
|
|
|
var progress:Float = 0.0
|