diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt index 6ab7ab486..07dde7183 100755 --- a/help/CMakeLists.txt +++ b/help/CMakeLists.txt @@ -52,9 +52,9 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" ) if( NOT WIN32) install( DIRECTORY "${dst}" OPTIONAL DESTINATION "${_DATADIR}/tenacity/help" ) - install( FILES "${_SRCDIR}/audacity.1" + install( FILES "${_SRCDIR}/tenacity.1" DESTINATION "${_MANDIR}/man1" ) - install( FILES "${_SRCDIR}/audacity.appdata.xml" + install( FILES "${_SRCDIR}/tenacity.appdata.xml" DESTINATION "${_DATADIR}/metainfo" ) endif() endif() diff --git a/help/audacity.appdata.xml b/help/audacity.appdata.xml deleted file mode 100644 index b29ee39d2..000000000 --- a/help/audacity.appdata.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - org.tencacityaudio.Tenacity - tenacity.desktop - GPL-2.0 and CC-BY-3.0 - CC0-1.0 - Tenacity - Record and edit audio files - -

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.

-

You can use Tenacity to:

- -
- - AudioVideo - Audio - - - https://tenacityaudio.org/ - https://github.com/tenacityteam/tenacity/issues - https://manual.audacityteam.org/man/faq.html - https://manual.audacityteam.org/ - https://hosted.weblate.org/projects/tenacity/tenacity - - - https://www.audacityteam.org/wp-content/uploads/2016/01/audacity-212-linux.png - - - https://www.audacityteam.org/wp-content/uploads/2015/11/Audacity-2-2-0-on-Linux.png - - - ~tenacity/tenacity-discuss@lists.sr.ht - - - -

New features in Tenacity 2.3.0:

-
    -
  • New feature – Punch and Roll Recording.
  • -
  • Pinned-play-head can now be repositioned by dragging.
  • -
  • Play-at-speed now can be adjusted whilst playing.
  • -
  • Toolbars controlling volume and speed can now be resized for greater precision.
  • -
  • Macros (formerly Chains) substantially extended.
  • -
  • New Tools menu.
  • -
  • New Scriptables commands.
  • -
  • Nyquist gains AUD-DO command.
  • -
  • Nyquist effects are now translatable and translated.
  • -
  • More dialogs have help buttons now.
  • -
  • Increased legibility of trackname display.
  • -
  • Half-wave option for collapsed tracks.
  • -
  • Sliding Stretch.
  • -
  • Dialog (option) for entering labels.
  • -
-
-
-
-
diff --git a/help/audacity.1 b/help/tenacity.1 similarity index 87% rename from help/audacity.1 rename to help/tenacity.1 index 0a9745498..cef126b71 100644 --- a/help/audacity.1 +++ b/help/tenacity.1 @@ -1,21 +1,21 @@ .\" Process this file with -.\" groff -man -Tascii audacity.1 +.\" groff -man -Tascii tenacity.1 .\" -.TH audacity 1 +.TH tenacity 1 .SH NAME -audacity \- Graphical cross-platform audio editor +tenacity \- Graphical cross-platform audio editor .SH SYNOPSIS -.B audacity +.B tenacity \-help .br -.B audacity +.B tenacity \-version .br -.B audacity +.B tenacity [\-blocksize nnn] \-test .br -.B audacity +.B tenacity [\-blocksize nnn] [ .I AUDIO-FILE ] @@ -68,12 +68,12 @@ run self diagnostics tests (only present in development builds) set the tenacity block size for writing files to disk to nnn bytes .SH FILES -.I ~/.audacity\-data/audacity.cfg +.I ~/.audacity\-data/tenacity.cfg .RS Per user configuration file. .RE -.I /var/tmp/audacity\-/ +.I /var/tmp/tenacity\-/ .RS Default location of Tenacity's temp directory, where is your username. If this location is not suitable (not enough space in @@ -111,13 +111,13 @@ The current working directory when Tenacity is started. .I ~/.audacity-data/Plug-Ins -.I /share/audacity +.I /share/tenacity .RS The system-wide Tenacity directory, where is usually /usr or /usr/local, depending on where the program was installed. .RE -.I /share/doc/audacity +.I /share/doc/tenacity .RS The system-wide Tenacity documentation directory, where is usually /usr or /usr/local, depending on where the program was installed. @@ -167,14 +167,18 @@ To report a bug, see the instructions at http://wiki.audacityteam.org/wiki/Reporting_Bugs .SH AUTHORS -Project leaders include Dominic Mazzoni, Matt Brubeck, +Tenacity would not be possible without the Audacity project, +wxWidgets, libsndfile, and many of the other libraries it is +built upon. You can find a full list of contributors on GitHub: + +https://github.com/tenacityteam/tenacity/graphs/contributors + +The Audacity project leaders include Dominic Mazzoni, Matt Brubeck, James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer, -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: +but dozens of others have contributed. http://www.audacityteam.org/about/credits/ + .\" arch-tag: 204d77ab-73cf-42b1-b5bd-e6f07e660496 diff --git a/help/tenacity.appdata.xml b/help/tenacity.appdata.xml new file mode 100644 index 000000000..7464b721a --- /dev/null +++ b/help/tenacity.appdata.xml @@ -0,0 +1,43 @@ + + + org.tencacityaudio.Tenacity + tenacity.desktop + GPL-2.0 and CC-BY-3.0 + CC0-1.0 + Tenacity + Audio editor and recorder. Nothing more, nothing less. + +

Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, MacOS, GNU/Linux and other operating systems.

+

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.

+

You can use Tenacity to:

+
    +
  • Record from audio devices (real or virtual)
  • +
  • Export / Import a wide range of audio formats (extendible with FFmpeg)
  • +
  • High quality including up to 32-bit float audio support
  • +
  • Plug-ins providing support for VST, LV2, and AU plugins
  • +
  • Scripting in the built-in scripting language Nyquist, or in Python, Perl and other languages with named pipes.
  • +
  • Editing arbitrary sampling and multi-track timeline
  • +
  • Accessibility including editing via keyboard, screen reader support and narration support
  • +
  • Tools useful in the analysis of signals, including audio
  • +
+
+ + AudioVideo + Audio + + + https://tenacityaudio.org/ + https://github.com/tenacityteam/tenacity/issues + https://manual.audacityteam.org/man/faq.html + https://manual.audacityteam.org/ + https://hosted.weblate.org/projects/tenacity/tenacity + + + https://www.audacityteam.org/wp-content/uploads/2016/01/audacity-212-linux.png + + + https://www.audacityteam.org/wp-content/uploads/2015/11/Audacity-2-2-0-on-Linux.png + + + ~tenacity/tenacity-discuss@lists.sr.ht +