|
@@ -2832,7 +2832,7 @@ extension BFRecordScreenController: BFTTSManagerDelegte{
|
|
voice.endCMTime = model.timelineOut
|
|
voice.endCMTime = model.timelineOut
|
|
voice.ttsTaskID = model.tTtaskId
|
|
voice.ttsTaskID = model.tTtaskId
|
|
voice.recordId = model.recordId
|
|
voice.recordId = model.recordId
|
|
-
|
|
|
|
|
|
+ //变音返回时如果没有所在录制段不加入抛弃掉。
|
|
let findRecordId = itemModels[Int(model.itemModelIndex)].voiceStickers.first { temp in
|
|
let findRecordId = itemModels[Int(model.itemModelIndex)].voiceStickers.first { temp in
|
|
temp.recordId == model.recordId
|
|
temp.recordId == model.recordId
|
|
}
|
|
}
|