question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

REFACTOR : Removing sounds features (NOT sound added to videos)

See original GitHub issue

By “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:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
eulertourcommented, Oct 3, 2020

I agree, this should be removed.

0reactions
jvdoorncommented, Oct 8, 2020

Yes!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found