1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 14:50:17 +01:00

Update mac app files

Signed-off-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
Ajay Ramachandran
2021-07-08 12:38:35 -04:00
committed by Panagiotis Vasilopoulos
parent cb7a6c9056
commit 33a3567485
2 changed files with 31 additions and 31 deletions

View File

@@ -21,15 +21,15 @@ audacity \- Graphical cross-platform audio editor
] ]
.B ... .B ...
.SH DESCRIPTION .SH DESCRIPTION
.B Audacity .B Tenacity
is a graphical audio editor. This man page does not is a graphical audio editor. This man page does not
describe all of the features of Audacity or how to use describe all of the features of Tenacity or how to use
it; for this, see the html documentation that came with it; for this, see the html documentation that came with
the program, which should be accessible from the Help the program, which should be accessible from the Help
menu. This man page describes the Unix-specific menu. This man page describes the Unix-specific
features, including special files and environment variables. features, including special files and environment variables.
Audacity currently uses Tenacity currently uses
.B libsndfile .B libsndfile
to open many uncompressed audio formats such as WAV, to open many uncompressed audio formats such as WAV,
AIFF, and AU, and it can also be linked to AIFF, and AU, and it can also be linked to
@@ -44,14 +44,14 @@ and
.B libtwolame .B libtwolame
provide facilities to export files to all these formats as well. provide facilities to export files to all these formats as well.
Audacity is primarily an interactive, graphical editor, not a batch-processing Tenacity is primarily an interactive, graphical editor, not a batch-processing
tool. Whilst there is a basic batch processing tool it is experimental and tool. Whilst there is a basic batch processing tool it is experimental and
incomplete. If you need to batch-process audio or do simple edits incomplete. If you need to batch-process audio or do simple edits
from the command line, using from the command line, using
.B sox .B sox
or or
.B ecasound .B ecasound
driven by a bash script will be much more powerful than audacity. driven by a bash script will be much more powerful than tenacity.
.SH OPTIONS .SH OPTIONS
.TP 10 .TP 10
@@ -59,13 +59,13 @@ driven by a bash script will be much more powerful than audacity.
display a brief list of command line options display a brief list of command line options
.TP 10 .TP 10
\fB\-version\fR \fB\-version\fR
display the audacity version number display the tenacity version number
.TP 10 .TP 10
\fB\-test\fR \fB\-test\fR
run self diagnostics tests (only present in development builds) run self diagnostics tests (only present in development builds)
.TP 10 .TP 10
\fB\-blocksize nnn\fR \fB\-blocksize nnn\fR
set the audacity block size for writing files to disk to nnn bytes set the tenacity block size for writing files to disk to nnn bytes
.SH FILES .SH FILES
.I ~/.audacity\-data/audacity.cfg .I ~/.audacity\-data/audacity.cfg
@@ -75,14 +75,14 @@ Per user configuration file.
.I /var/tmp/audacity\-<user>/ .I /var/tmp/audacity\-<user>/
.RS .RS
Default location of Audacity's temp directory, where <user> is your Default location of Tenacity's temp directory, where <user> is your
username. If this location is not suitable (not enough space in username. If this location is not suitable (not enough space in
/var/tmp, for example), you should change the temp directory in /var/tmp, for example), you should change the temp directory in
the Preferences and restart Audacity. Audacity is a disk-based the Preferences and restart Tenacity. Tenacity is a disk-based
editor, so the temp directory is very important: it should always editor, so the temp directory is very important: it should always
be on a fast (local) disk with lots of free space. be on a fast (local) disk with lots of free space.
Note that older versions of Audacity put the temp directory inside Note that older versions of Tenacity put the temp directory inside
of the user's home directory. This is undesirable on many systems, of the user's home directory. This is undesirable on many systems,
and using some directory in /tmp is recommended. and using some directory in /tmp is recommended.
@@ -94,7 +94,7 @@ normally be deleted by the system. Open the Preferences to check.
.RE .RE
.SH SEARCH PATH .SH SEARCH PATH
When looking for plug-ins, help files, localization files, or other When looking for plug-ins, help files, localization files, or other
configuration files, Audacity searches the following locations, in configuration files, Tenacity searches the following locations, in
this order: this order:
.I AUDACITY_PATH .I AUDACITY_PATH
@@ -106,30 +106,30 @@ environment variable will be searched before anywhere else.
.I . .I .
.RS .RS
The current working directory when Audacity is started. The current working directory when Tenacity is started.
.RE .RE
.I ~/.audacity-data/Plug-Ins .I ~/.audacity-data/Plug-Ins
.I <prefix>/share/audacity .I <prefix>/share/audacity
.RS .RS
The system-wide Audacity directory, where <prefix> is usually The system-wide Tenacity directory, where <prefix> is usually
/usr or /usr/local, depending on where the program was installed. /usr or /usr/local, depending on where the program was installed.
.RE .RE
.I <prefix>/share/doc/audacity .I <prefix>/share/doc/audacity
.RS .RS
The system-wide Audacity documentation directory, where <prefix> is usually The system-wide Tenacity documentation directory, where <prefix> is usually
/usr or /usr/local, depending on where the program was installed. /usr or /usr/local, depending on where the program was installed.
.RE .RE
For localization files in particular (i.e. translations of Audacity For localization files in particular (i.e. translations of Tenacity
into other languages), Audacity also searches into other languages), Tenacity also searches
.I <prefix>/share/locale .I <prefix>/share/locale
.SH PLUG\-INS .SH PLUG\-INS
Audacity supports two types of plug-ins on Unix: LADSPA and Nyquist Tenacity supports two types of plug-ins on Unix: LADSPA and Nyquist
plug-ins. These are generally placed in a directory called plug-ins. These are generally placed in a directory called
.I plug\-ins .I plug\-ins
somewhere on the search path (see above). somewhere on the search path (see above).
@@ -137,7 +137,7 @@ somewhere on the search path (see above).
LADSPA plug-ins can either be in the plug-ins directory, or alternatively LADSPA plug-ins can either be in the plug-ins directory, or alternatively
in a in a
.I ladspa .I ladspa
directory on the search path if you choose to create one. Audacity will directory on the search path if you choose to create one. Tenacity will
also search the directories in the also search the directories in the
.I LADSPA_PATH .I LADSPA_PATH
environment variable for additional LADSPA plug-ins. environment variable for additional LADSPA plug-ins.
@@ -148,11 +148,11 @@ in a
directory on the search path if you choose to create one. directory on the search path if you choose to create one.
.SH VERSION .SH VERSION
This man page documents audacity version 1.3.5 This man page documents tenacity version 1.3.5
.SH LICENSE .SH LICENSE
Audacity is distributed under the GPL, however some of the libraries Tenacity is distributed under the GPL, however some of the libraries
it links to are distributed under other free licenses, including the it links to are distributed under other free licenses, including the
LGPL and BSD licenses. LGPL and BSD licenses.
@@ -169,7 +169,7 @@ http://wiki.audacityteam.org/wiki/Reporting_Bugs
.SH AUTHORS .SH AUTHORS
Project leaders include Dominic Mazzoni, Matt Brubeck, Project leaders include Dominic Mazzoni, Matt Brubeck,
James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer, James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer,
but dozens of others have contributed, and Audacity would not but dozens of others have contributed, and Tenacity would not
be possible without wxWidgets, libsndfile, and many of be possible without wxWidgets, libsndfile, and many of
the other libraries it is built upon. For the most recent list the other libraries it is built upon. For the most recent list
of contributors and current email addresses, see our website: of contributors and current email addresses, see our website:

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop"> <component type="desktop">
<id>org.audacityteam.Audacity</id> <id>org.tencacityaudio.Tenacity</id>
<launchable type="desktop-id">audacity.desktop</launchable> <launchable type="desktop-id">tenacity.desktop</launchable>
<project_license>GPL-2.0 and CC-BY-3.0</project_license> <project_license>GPL-2.0 and CC-BY-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<name>Audacity</name> <name>Tenacity</name>
<summary>Record and edit audio files</summary> <summary>Record and edit audio files</summary>
<description> <description>
<p>Audacity® is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.</p> <p>Tenacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.</p>
<p>You can use Audacity to:</p> <p>You can use Tenacity to:</p>
<ul> <ul>
<li>Record live audio</li> <li>Record live audio</li>
<li>Convert tapes and records into digital recordings or CDs</li> <li>Convert tapes and records into digital recordings or CDs</li>
@@ -23,11 +23,11 @@
<category>Audio</category> <category>Audio</category>
</categories> </categories>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<url type="homepage">https://www.audacityteam.org/</url> <url type="homepage">https://tenacityaudio.org/</url>
<url type="bugtracker">https://bugzilla.audacityteam.org/</url> <url type="bugtracker">https://github.com/tenacityteam/tenacity/issues</url>
<url type="faq">https://manual.audacityteam.org/man/faq.html</url> <url type="faq">https://manual.audacityteam.org/man/faq.html</url>
<url type="help">https://manual.audacityteam.org/</url> <url type="help">https://manual.audacityteam.org/</url>
<url type="translate">https://www.audacityteam.org/community/translators/</url> <url type="translate">https://hosted.weblate.org/projects/tenacity/tenacity</url>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image type="source">https://www.audacityteam.org/wp-content/uploads/2016/01/audacity-212-linux.png</image> <image type="source">https://www.audacityteam.org/wp-content/uploads/2016/01/audacity-212-linux.png</image>
@@ -36,11 +36,11 @@
<image type="source">https://www.audacityteam.org/wp-content/uploads/2015/11/Audacity-2-2-0-on-Linux.png</image> <image type="source">https://www.audacityteam.org/wp-content/uploads/2015/11/Audacity-2-2-0-on-Linux.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<update_contact>audacity-devel@lists.sourceforge.net</update_contact> <update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
<releases> <releases>
<release version="2.3.0" date="2018-09-29"> <release version="2.3.0" date="2018-09-29">
<description> <description>
<p>New features in Audacity 2.3.0:</p> <p>New features in Tenacity 2.3.0:</p>
<ul> <ul>
<li>New feature Punch and Roll Recording.</li> <li>New feature Punch and Roll Recording.</li>
<li>Pinned-play-head can now be repositioned by dragging.</li> <li>Pinned-play-head can now be repositioned by dragging.</li>