首次播放不掉帧
This commit is contained in:
Binary file not shown.
@ -48,7 +48,7 @@ class TextToBlendShapesService:
|
||||
output_dir, audio_path = self._prepare_output_paths(output_dir)
|
||||
|
||||
self.tts.text_to_audio(text, audio_path)
|
||||
csv_path = self.a2f.audio_to_csv(audio_path)
|
||||
csv_path, temp_dir = self.a2f.audio_to_csv(audio_path)
|
||||
frames = self.parser.csv_to_blend_shapes(csv_path)
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user