jiaaro / pydub

Manipulate audio with a simple and easy high level interface
http://pydub.com
MIT License
8.85k stars 1.04k forks source link

[question] Compress_dynamic_range performance #276

Closed SergioRAgostinho closed 5 years ago

SergioRAgostinho commented 6 years ago

Hey,

Sorry for making the question here, but it felt like it was not really Stack Overflow material.

I just gave a small try at the compress_dynamic_range functionality for a file spanning 67 minutes of audio the operation took roughly 38 mins to complete. That's roughly 56% percent of the file duration and I would prefer for the processing time to delve somewhere closer to 5%, so I might have a look at the implementation to see what I can improve.

Two questions:

Edit: Just adding some stuff regarding the compressor implementation

Thanks for releasing pydub.

ShmingMaster commented 5 years ago

Any word on this? I'm seeing the same "issue", so to speak.

SergioRAgostinho commented 5 years ago

Not really, I ended up not pouring any time on this and abandoned the idea.