forked from tenacityteam/tenacity-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cookiengineer:master' into master
- Loading branch information
Showing
3 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,36 @@ | ||
[![Audacity](https://forum.audacityteam.org/styles/prosilver/theme/images/Audacity-logo_75px_trans_forum.png)](https://www.audacityteam.org) | ||
Fork of audacity/audacity | ||
========================= | ||
|
||
[**Audacity**](https://www.audacityteam.org) is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. Developed by a group of volunteers as open source. | ||
### This repository is a fork of the audacity repository that tries to revert all the changes that some members of the community felt didn't take the Audacity software project in a direction they desire. | ||
|
||
- **Recording** from any real, or virtual audio device that is available to the host system. | ||
- **Export / Import** a wide range of audio formats, extendible with FFmpeg. | ||
- **High quality** using 32-bit float audio processing. | ||
- **Plug-ins** Support for multiple audio plug-in formats, including VST, LV2, AU. | ||
- **Macros** for chaining commands and batch processing. | ||
- **Scripting** in Python, Perl, or any language that supports named pipes. | ||
- **Nyquist** Very powerful built-in scripting language that may also be used to create plug-ins. | ||
- **Editing** multi-track editing with sample accuracy and arbitrary sample rates. | ||
- **Accessibility** for VI users. | ||
- **Analysis and visualization** tools to analyze audio, or other signal data. | ||
|
||
## This repository | ||
This fork of **audacity** is an easy-to-use, cross-platform multi-track audio editor/recorder for Windows, Mac OS X, GNU/Linux and other operating systems and is developed by a group of volunteers as open source software. | ||
|
||
This repository is a fork of Audacity that tries to revert all the sketchy changes made to the software in recent months, mostly related to data collection. You can find more informations on what happened in these Github issues on the original Audacity repository : | ||
- **Recording** 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 | ||
|
||
- [**Privacy policy that doesn't respect the GPL**](https://github.com/audacity/audacity/issues/1213) | ||
- [**Discussion on the Contributer's License Agreement (CLA), goes against the GPL**](https://github.com/audacity/audacity/discussions/932) | ||
- [**Pull request trying to implement telemetry using Google's services (did not pass)**](https://github.com/audacity/audacity/pull/835) | ||
## Why did this project fork audacity/audacity? | ||
|
||
## Getting Started | ||
You can find more information on the causes of the fork here: | ||
|
||
- [**Privacy policy which may violate the original project's GPL license**](https://github.com/audacity/audacity/issues/1213) | ||
- [**Contributer'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) | ||
|
||
## Pre-fork Access | ||
|
||
For end users, the latest Windows and macOS release of the *original* version of Audacity is available from the *original* [Audacity website](https://www.audacityteam.org/download/). Note that this is the unmodified version which still contains some sketchy code. | ||
Help with using Audacity is available from the original [Audacity Forum](https://forum.audacityteam.org/). | ||
The latest Windows and macOS release of the pre-fork version of this repository may be available from the [Audacity website](https://www.audacityteam.org/download/). | ||
Additionally, one may find help and/or support for the pre-fork releases at the [Audacity Forum](https://forum.audacityteam.org/). | ||
Developers may find information for the pre-fork releases available at the [Audacity Wiki](https://wiki.audacityteam.org/wiki/For_Developers). | ||
|
||
|
||
## Getting Started | ||
|
||
Build instructions are available [here](BUILDING.md). | ||
Build instructions for this forked version of Audacity is available [here](BUILDING.md). | ||
|
||
More information for developers is available from the original [Audacity Wiki](https://wiki.audacityteam.org/wiki/For_Developers). |