hpr3538 :: Installing the Tenacity audio editor
Installing Tenacity, and the reasons behind the fork.
Hosted by Archer72 on Wednesday, 2022-02-23 is flagged as Clean and is released under a CC-BY-SA license.
Tenacity, Audacity, Github, Cmake, make, audio editor, telemetry, Google, tracking.
3.
The show is available on the Internet Archive at: https://archive.org/details/hpr3538
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:04:32
general.
Audacity vs. Tenacity
- https://www.engadget.com/audacity-privacy-policy-spyware-accusations-data-collection-210001803.html
- https://hackaday.com/2021/07/23/new-privacy-policy-gets-audacity-back-on-track
Tenacity project page
Reason for forking the Audacity project
Motivation
Our project initially started as a fork of Audacity as a result of multiple controversies and public relation crises, which you can find out more about here:
Privacy policy which may violate the original project's GPL license
Contributor's License Agreement (CLA) which may violate the same GPL license
Attempts at adding telemetry using Google services for data collection
Nevertheless, the goal of this project is to pick up what the original developers of Audacity the decades-long work by the original creators of Audacity and create an audio editor that is fresh, more modern, convenient and practical to use, with the help and the guidance of our users and our community.
Community section
Flatpak nightly build
flatpak remote-add tenacity oci+https://tenacityteam.github.io/tenacity-flatpak-nightly
flatpak install tenacity org.tenacityaudio.Tenacity
Update Flatpak
flatpak update tenacity org.tenacityaudio.Tenacity
Build instructions for Cmake
Clone Tenacity from the Tenacity GitHub project.
$ git clone https://github.com/tenacityteam/tenacity/
$ cd tenacity
Configure Tenacity using CMake:
$ mkdir build && cd build
$ cmake -G "Unix Makefiles" -Duse_ffmpeg=loaded ..
By default, Debug build will be configured. To change that, pass -DCMAKE_BUILD_TYPE=Release to CMake.
Build Tenacity:
$ make -j`nproc`
$ sudo make install
Current version:3.0.2-895-g0665614