Stopping SPEAK_START Command in MMDAgent-EX #8
-
Hello, I’m currently using MMDAgent-EX and I’ve encountered a situation where I need to stop the voice playback with lip sync during playback, which is initiated with the SPEAK_START command. I understand that the SOUND_STOP command is used to stop sounds started with the SOUND_START command. However, it seems there isn’t a direct command to stop the voice playback started with SPEAK_START. Could you please provide some guidance on how to stop the voice playback with lip sync during playback? Is there a specific command or workaround for this situation? Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks, Sorry that SPEAK_STOP is not currently implemented yet. The only workaround is to divide the audio data you want to use in small pieces (per phrases or per words) and make a playing loop in .fst, sending them in turn at receiving SPEAK_EVENT_STOP of the last one, so that you can stop sending it at any timing. I now recognizd the necessity of SPEAK_STOP function, and want to implement it to stop playing SPEAK. It will be implemented in the next release, perhaps within a month. |
Beta Was this translation helpful? Give feedback.
Thanks,
Sorry that SPEAK_STOP is not currently implemented yet. The only workaround is to divide the audio data you want to use in small pieces (per phrases or per words) and make a playing loop in .fst, sending them in turn at receiving SPEAK_EVENT_STOP of the last one, so that you can stop sending it at any timing.
I now recognizd the necessity of SPEAK_STOP function, and want to implement it to stop playing SPEAK. It will be implemented in the next release, perhaps within a month.