mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-14 22:51:11 +02:00
committed by
Panagiotis Vasilopoulos
parent
cb7a6c9056
commit
33a3567485
@@ -21,15 +21,15 @@ audacity \- Graphical cross-platform audio editor
|
||||
]
|
||||
.B ...
|
||||
.SH DESCRIPTION
|
||||
.B Audacity
|
||||
.B Tenacity
|
||||
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
|
||||
the program, which should be accessible from the Help
|
||||
menu. This man page describes the Unix-specific
|
||||
features, including special files and environment variables.
|
||||
|
||||
Audacity currently uses
|
||||
Tenacity currently uses
|
||||
.B libsndfile
|
||||
to open many uncompressed audio formats such as WAV,
|
||||
AIFF, and AU, and it can also be linked to
|
||||
@@ -44,14 +44,14 @@ and
|
||||
.B libtwolame
|
||||
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
|
||||
incomplete. If you need to batch-process audio or do simple edits
|
||||
from the command line, using
|
||||
.B sox
|
||||
or
|
||||
.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
|
||||
.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
|
||||
.TP 10
|
||||
\fB\-version\fR
|
||||
display the audacity version number
|
||||
display the tenacity version number
|
||||
.TP 10
|
||||
\fB\-test\fR
|
||||
run self diagnostics tests (only present in development builds)
|
||||
.TP 10
|
||||
\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
|
||||
.I ~/.audacity\-data/audacity.cfg
|
||||
@@ -75,14 +75,14 @@ Per user configuration file.
|
||||
|
||||
.I /var/tmp/audacity\-<user>/
|
||||
.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
|
||||
/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
|
||||
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,
|
||||
and using some directory in /tmp is recommended.
|
||||
|
||||
@@ -94,7 +94,7 @@ normally be deleted by the system. Open the Preferences to check.
|
||||
.RE
|
||||
.SH SEARCH PATH
|
||||
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:
|
||||
|
||||
.I AUDACITY_PATH
|
||||
@@ -106,30 +106,30 @@ environment variable will be searched before anywhere else.
|
||||
|
||||
.I .
|
||||
.RS
|
||||
The current working directory when Audacity is started.
|
||||
The current working directory when Tenacity is started.
|
||||
.RE
|
||||
|
||||
.I ~/.audacity-data/Plug-Ins
|
||||
|
||||
.I <prefix>/share/audacity
|
||||
.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.
|
||||
.RE
|
||||
|
||||
.I <prefix>/share/doc/audacity
|
||||
.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.
|
||||
.RE
|
||||
|
||||
For localization files in particular (i.e. translations of Audacity
|
||||
into other languages), Audacity also searches
|
||||
For localization files in particular (i.e. translations of Tenacity
|
||||
into other languages), Tenacity also searches
|
||||
.I <prefix>/share/locale
|
||||
|
||||
.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
|
||||
.I plug\-ins
|
||||
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
|
||||
in a
|
||||
.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
|
||||
.I LADSPA_PATH
|
||||
environment variable for additional LADSPA plug-ins.
|
||||
@@ -148,11 +148,11 @@ in a
|
||||
directory on the search path if you choose to create one.
|
||||
|
||||
.SH VERSION
|
||||
This man page documents audacity version 1.3.5
|
||||
This man page documents tenacity version 1.3.5
|
||||
|
||||
.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
|
||||
LGPL and BSD licenses.
|
||||
|
||||
@@ -169,7 +169,7 @@ http://wiki.audacityteam.org/wiki/Reporting_Bugs
|
||||
.SH AUTHORS
|
||||
Project leaders include Dominic Mazzoni, Matt Brubeck,
|
||||
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
|
||||
the other libraries it is built upon. For the most recent list
|
||||
of contributors and current email addresses, see our website:
|
||||
|
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>org.audacityteam.Audacity</id>
|
||||
<launchable type="desktop-id">audacity.desktop</launchable>
|
||||
<id>org.tencacityaudio.Tenacity</id>
|
||||
<launchable type="desktop-id">tenacity.desktop</launchable>
|
||||
<project_license>GPL-2.0 and CC-BY-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<name>Audacity</name>
|
||||
<name>Tenacity</name>
|
||||
<summary>Record and edit audio files</summary>
|
||||
<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>You can use Audacity to:</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 Tenacity to:</p>
|
||||
<ul>
|
||||
<li>Record live audio</li>
|
||||
<li>Convert tapes and records into digital recordings or CDs</li>
|
||||
@@ -23,11 +23,11 @@
|
||||
<category>Audio</category>
|
||||
</categories>
|
||||
<content_rating type="oars-1.1" />
|
||||
<url type="homepage">https://www.audacityteam.org/</url>
|
||||
<url type="bugtracker">https://bugzilla.audacityteam.org/</url>
|
||||
<url type="homepage">https://tenacityaudio.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="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>
|
||||
<screenshot type="default">
|
||||
<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>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<update_contact>audacity-devel@lists.sourceforge.net</update_contact>
|
||||
<update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
|
||||
<releases>
|
||||
<release version="2.3.0" date="2018-09-29">
|
||||
<description>
|
||||
<p>New features in Audacity 2.3.0:</p>
|
||||
<p>New features in Tenacity 2.3.0:</p>
|
||||
<ul>
|
||||
<li>New feature – Punch and Roll Recording.</li>
|
||||
<li>Pinned-play-head can now be repositioned by dragging.</li>
|
||||
|
Reference in New Issue
Block a user