Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parallel to trimm audio #53

Closed
SlimRG opened this issue Feb 12, 2023 · 3 comments
Closed

Add parallel to trimm audio #53

SlimRG opened this issue Feb 12, 2023 · 3 comments

Comments

@SlimRG
Copy link

SlimRG commented Feb 12, 2023

One of the slowest moments
You shouldn't use only one cpu's core

@SlimRG
Copy link
Author

SlimRG commented Feb 12, 2023

image

@ThioJoe
Copy link
Owner

ThioJoe commented Feb 24, 2023

True, but it is something I'd have to learn to do. I am not familiar with multi-core or multi-processor programming

@ThioJoe
Copy link
Owner

ThioJoe commented Mar 17, 2023

I tested implementing parallel processing with both multithreading and multiprocessing. It worked, but it was actually slower than doing it sequentially. Python sucks at doing parallel processing. It might be possible, but I'm not going to spend any more time on it.

@ThioJoe ThioJoe closed this as not planned Won't fix, can't repro, duplicate, stale Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants