areski / django-audiofield

Django-Audiofield is a simple app that allows Audio files upload, management and conversion to different audio format (mp3, wav & ogg), which also makes it easy to play audio files into your Django application.
Other
174 stars 51 forks source link

How to perform custom audio manipulation using pysox or sox #31

Open Zerokami opened 6 years ago

Zerokami commented 6 years ago

I want to change the speed and maybe pitch.

I'm currently using pysox.

But this seems like a good app and I was wondering if I could integrate this to use pysox.