Description
Decode audio files in Python through available back ends such as GStreamer, Core Audio, MAD, and FFmpeg. It helps applications read many audio formats without tying their code to one decoder library.
Decoding untrusted media can exercise complex codec stacks. Keep back ends updated and handle metadata or file paths carefully.