Files
guru/dev-python/soundcard/metadata.xml
2026-03-15 01:14:53 -03:00

18 lines
628 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ghostyn678+git@gmail.com</email>
<name>dsaf</name>
</maintainer>
<longdescription>
SoundCard is a library for playing and recording audio without resorting
to a CPython extension. Instead, it is implemented using the wonderful
CFFI and the native audio libraries of Linux, Windows and macOS.
</longdescription>
<upstream>
<remote-id type="github">bastibe/SoundCard</remote-id>
<remote-id type="pypi">SoundCard</remote-id>
</upstream>
</pkgmetadata>