jiaaro / pydub

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

Can GPU server run pydub to improve the processing speed? #560

Open Huangsh17 opened 3 years ago

Huangsh17 commented 3 years ago

Can GPU server run pydub to improve the processing speed?

pablodz commented 3 years ago

ffmpeg only accelerates for video encoding because processing images can be a parallel process. With audio I think that it doesn't.

Check more: https://softwareengineering.stackexchange.com/a/176262