Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenacityteam/tenacity
Mirror of https://codeberg.org/tenacityteam/tenacity. Pull requests are IGNORED!
https://github.com/tenacityteam/tenacity
audacity foss privacy tenacityaudio
Last synced: 3 months ago
JSON representation
Mirror of https://codeberg.org/tenacityteam/tenacity. Pull requests are IGNORED!
- Host: GitHub
- URL: https://github.com/tenacityteam/tenacity
- Owner: tenacityteam
- License: other
- Created: 2022-11-26T20:53:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:42:50.000Z (7 months ago)
- Last Synced: 2024-04-14T00:37:48.814Z (7 months ago)
- Topics: audacity, foss, privacy, tenacityaudio
- Language: C++
- Homepage: https://codeberg.org/tenacityteam/tenacity
- Size: 270 MB
- Stars: 456
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Tenacity](https://codeberg.org/tenacityteam/assets/raw/branch/master/PNG/tenacity-logo-dark-readme.png)](https://tenacityaudio.org)
[![Chat on IRC](https://badgen.net/badge/irc/%23tenacity/green)](https://web.libera.chat/gamja/?channels=#tenacity)
[![License](https://badgen.net/badge/license/GPLv2/blue)](LICENSE.txt)
[![Translation status](https://hosted.weblate.org/widgets/tenacity/-/tenacity/svg-badge.svg)](https://hosted.weblate.org/engage/tenacity/)Please note that **we do NOT accept any pull requests or issues on GitHub anymore**. See https://codeberg.org/tenacityteam/tenacity to file your bug report or submit your pull request.
---
Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, macOS, Linux and other operating systems. It is built on top of the widely popular [Audacity](https://audacityteam.org/) and is being developed by a wide, diverse group of volunteers.
**Are you coming from [Audacium](https://github.com/Audacium/audacium) or [Saucedacity](https://codeberg.org/tenacityteam/saucedacity-legacy)? You're in the right place!** We'd like to welcome all Audacium and Saucedacity users to Tenacity and our community. We've implemented new features from Audacity 3.1 to make editing easier. Additionally, we've preserved the themes of these two forks with only very slight modifications so they look better with our new editing features and slight track changes.
## Features
- **Recording** from audio devices (real or virtual)
- **Export / Import** a wide range of audio formats (extensible 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## Motivation
Our project initially started as a fork of [Audacity](https://audacityteam.org) 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**](https://github.com/audacity/audacity/issues/1213)
- [**Contributor's License Agreement (CLA) which may violate the same GPL license**](https://github.com/audacity/audacity/discussions/932)
- [**Attempts at adding telemetry using Google services for data collection**](https://github.com/audacity/audacity/pull/835)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.
## Differences from Audacity
Tenacity is not merely an Audacity fork that removes error reporting and update checking, although it might seem like it. We have been hard at work implementing our own features and fixes and want to take Tenacity in a direction our users and community like. So far, we have fulfilled part of this endless goal by implementing the following:
- New, modern themes.
- Improved support for more platforms such as [Haiku](https://haiku-os.org).
- Matroska importing and exporting without needing FFmpeg.
- Support for importing, editing, exporting Matroska chapters as label tracks.
- Sync-lock improvements, including the ability to temporarily override sync-lock.
- Horizontal scrolling in the Frequency Analysis window.
- Under-the-hood changes, such as a revamped build system allowing for modern upstream dependencies.More changes are yet to come, big or small. We are always welcoming contributions to Tenacity, no matter how big or small, feature or fix. For more info, see the Contributing section.
## Download
### Tenacity
You can find the latest release here: https://codeberg.org/tenacityteam/tenacity/releases
Additionally, the following unofficial packages are available for you to try Tenacity:
**Windows**:
- [Unofficial Tenacity Chocolatey Package](https://community.chocolatey.org/packages/tenacity)**Linux**:
- [Arch Linux Package](https://archlinux.org/packages/extra/x86_64/tenacity/)
- [Unofficial Arch Linux (AUR) Git Package](https://aur.archlinux.org/packages/tenacity-git/)If there are any issues with any of the above packages, you should report them to their respective maintainers. If you believe an issue is not specific to the package, please report the issue here.
### Package Matrix
[![Packaging status](https://repology.org/badge/vertical-allrepos/tenacity.svg)](https://repology.org/project/tenacity/versions)### Audacity
The latest official version of Audacity that does not implement telemetry is `3.0.2`. Some Linux-based operating systems also ship Audacity with telemetry and networking features disabled by default.
Downloads for these versions can be found on the [Audacity website](https://www.audacityteam.org/download/). If you're looking for support regarding these versions, it may be worth consulting [Audacity's forum](https://forum.audacityteam.org/) or [Audacity's wiki](https://wiki.audacityteam.org/).
## Getting Started
Build instructions for Tenacity are available in the [BUILDING.md file](BUILDING.md).
## Contributing
To start contributing, please consult the [CONTRIBUTING.md file](CONTRIBUTING.md).
If you are planning to make a big change or if you are otherwise hesitant as to whether we want to incorporate something you want to work on in Tenacity itself, simply open an issue about it in our [Codeberg issue tracker](https://codeberg.org/tenacityteam/tenacity/issues). We can discuss it and work together, so that neither our time or your time and hard effort goes to waste.
Note that we don't require a corresponding issue for each pull request.
### Translating
You can help us translate Tenacity and make it more accessible on [Weblate](https://hosted.weblate.org/projects/tenacity).
## License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. For more information, see [LICENSE.txt](LICENSE.txt)