Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3538: Installing the Tenacity audio editor

Hosted by Archer72 on 2022-02-23 00:00:00
Download or Listen

Audacity vs. Tenacity

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:

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
Current version:3.0.2-895-g0665614

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.