mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
This MR does the following: - Change desktop ID to reverse DNS - Clarify support for mouse and keyboard only https://github.com/tenacityteam/tenacity/pull/695 Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
49 lines
2.7 KiB
XML
49 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>org.tenacityaudio.Tenacity</id>
|
|
<launchable type="desktop-id">org.tenacityaudio.Tenacity.desktop</launchable>
|
|
<project_license>GPL-2.0-or-later</project_license>
|
|
<!-- Metainfo licensed in CC0 1.0 -->
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<name>Tenacity</name>
|
|
<developer_name>Tenacity Community</developer_name>
|
|
<summary>Audio editor and recorder. Nothing more, nothing less.</summary>
|
|
<description>
|
|
<p>Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, macOS, Linux and other operating systems.</p>
|
|
<p>It is based on the popular Audacity audio editor and is being developed by a wide, diverse group of volunteers. It ships with some additional features and respects your privacy.</p>
|
|
<p>You can use Tenacity to:</p>
|
|
<ul>
|
|
<li>Record from audio devices (real or virtual).</li>
|
|
<li>Export / Import a wide range of audio formats (extendible with FFmpeg).</li>
|
|
<li>High quality including up to 32-bit float audio support.</li>
|
|
<li>Plug-ins providing support for VST, LV2, and AU plugins.</li>
|
|
<li>Scripting in the built-in scripting language Nyquist, or in Python, Perl and other languages with named pipes.</li>
|
|
<li>Editing arbitrary sampling and multi-track timeline.</li>
|
|
<li>Accessibility including editing via keyboard, screen reader support and narration support.</li>
|
|
<li>Tools useful in the analysis of signals, including audio.</li>
|
|
</ul>
|
|
</description>
|
|
<categories>
|
|
<category>AudioVideo</category>
|
|
<category>Audio</category>
|
|
</categories>
|
|
<content_rating type="oars-1.1"/>
|
|
<url type="homepage">https://tenacityaudio.org</url>
|
|
<url type="bugtracker">https://github.com/tenacityteam/tenacity/issues</url>
|
|
<url type="donation">https://opencollective.com/tenacity</url>
|
|
<url type="translate">https://hosted.weblate.org/projects/tenacity/tenacity</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://cdn.statically.io/gh/tenacityteam/assets/e134a1569714bde2973556d5ce273ab627e2ec5b/screenshots/tenacity-screenshot-light-3840x2160.png</image>
|
|
<image type="source">https://cdn.statically.io/gh/tenacityteam/assets/e134a1569714bde2973556d5ce273ab627e2ec5b/screenshots/tenacity-screenshot-dark-3840x2160.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
|
|
<releases>
|
|
</releases>
|
|
<supports>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
</supports>
|
|
</component>
|