
Decode audio files using whichever backend is available. The library currently supports:
* GStreamer via gst-python.
* MAD via the pymad bindings.
* FFmpeg via the ffmpeg command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).