REFACTOR : Removing sounds features (NOT sound added to videos)
See original GitHub issueBy “sound not added to videos” I mean all the sounds feature that used to be played when an animation render was finished. Example, here https://github.com/huguesdevimeux/manim/blob/037c9be804a73915d73106167ff4274f04d39576/manim/__main__.py#L168-L179
try:
# By invoking, this renders the full scene
scene = SceneClass()
open_file_if_needed(scene.file_writer)
if sound_on:
play_finish_sound() # HERE
except Exception:
print("\n\n")
traceback.print_exc()
print("\n\n")
if sound_on:
play_error_sound()
There are countless stuff related in the basecode, and I thinl it should be removed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Solo and mute audio clips in Final Cut Pro - Apple Support
Another way to mute clips is to disable them. Disabled clips are both invisible and silent and do not appear in any output....
Read more >How (and Why) You Should Use TikTok Sounds in 2023
Like it or not, TikTok sounds are integral to how the platform works. If you remove it, virtually all the content will lose...
Read more >Rename Your Original Sound to Make Your TikTok Video ...
The way you add your original sound to your video is up to you, ... There is no way to remove this, but...
Read more >7 Easy Ways to Remove Audio From Video (Step-By ... - VEED
To remove audio from your video go to VEED and upload your video. Then mute or lower the audio level to 0.
Read more >Top 4 Ways to Add Multiple Sounds on TikTok - Nerds Chalk
Music and sound make a video complete. This is a factor understood without any elaborate explanation no matter what kind of contribution you ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I agree, this should be removed.
Yes!