mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
add cross fade for 4o
This commit is contained in:
parent
4d001cc185
commit
cb30c8fabb
@ -3076,6 +3076,7 @@ class LLMASRXvecSlotTTS(nn.Module):
|
|||||||
sampling="threshold_6e-1",
|
sampling="threshold_6e-1",
|
||||||
chunk_idx=chunk_idx,
|
chunk_idx=chunk_idx,
|
||||||
vocoder=self.vocoder,
|
vocoder=self.vocoder,
|
||||||
|
diff_steps=5,
|
||||||
)
|
)
|
||||||
if cur_token is not None and cur_token.shape[1] > 0 and feat.shape[2] > 0:
|
if cur_token is not None and cur_token.shape[1] > 0 and feat.shape[2] > 0:
|
||||||
chunk_idx += 1
|
chunk_idx += 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user