You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a speech service which creates no sound at all. This could be useful to disable the voiceover and prevent it from getting in the way while you're only working on the video.
How can the new feature be used?
classMyVoiceoverScene(VoiceoverScene):
defconstruct(self):
# use no-op services for now while only working on visualsself.set_speech_service(NoOpService())
#self.set_speech_service(GTTSService())#self.set_speech_service(RecorderService())
Additional comments
Maybe the no-op service could estimate the length of the audio using the length of the string as a heuristic, so wait_for_voiceover still works as expected.
The text was updated successfully, but these errors were encountered:
Description of proposed feature
Add a speech service which creates no sound at all. This could be useful to disable the voiceover and prevent it from getting in the way while you're only working on the video.
How can the new feature be used?
Additional comments
Maybe the no-op service could estimate the length of the audio using the length of the string as a heuristic, so
wait_for_voiceover
still works as expected.The text was updated successfully, but these errors were encountered: