manim-voiceover icon indicating copy to clipboard operation
manim-voiceover copied to clipboard

Do not add sounds when skip_animations is true

Open FaustXVI opened this issue 3 years ago • 0 comments

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.

FaustXVI avatar Feb 25 '23 21:02 FaustXVI