Django-audiofield, upload, convert and play audio files in your web application

Today, our team released a new Django module called Django-audiofield

This Django module allows web developers to upload audio files and convert them to different audio formats (mp3, wav and ogg).

We have integrated the famous SoundManager2 (HTML5 and Flash audio player) application into our Django-audiofield module to make it easy to play audio files in your web application.

The code is on GitHub : https://github.com/Star2Billing/django-audiofield

The documentation can be found on “Read the Docs” : http://django-audiofield.readthedocs.org/

You are welcome to fork the project and we’d be interested to hear what you build with it.