You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/audioread/metadata.xml

18 lines
639 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<stabilize-allarches/>
<longdescription lang="en">
Decode audio files using whichever backend is available. The library currently supports:
* Gstreamer via gst-python.
* MAD via the pymad bindings.
* FFmpeg via its command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).
</longdescription>
<upstream>
<remote-id type="github">beetbox/audioread</remote-id>
<remote-id type="pypi">audioread</remote-id>
</upstream>
</pkgmetadata>