manim-voiceover
manim-voiceover copied to clipboard
Do not add sounds when skip_animations is true
Description of proposed feature
When adding
self.next_section(skip_animations=True)
before a voiceover, the voice over is still generated and played which end up in weird result.
When working on a animation, I use the sections to focus on my current part of the scene. Adding the voiceover breaks this workflow.