1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00
audacity/README.md
zeGolem a728897ddd
README: Clarifying what this fork is
This explains the reasoning for the creation of this fork, as well as adding a few links to relevant discussions.
There are probably more, but those are the few that I thought about.

This also makes a distinction between the "original" version, form the Audacity team, and the "modified" version provided in this repo. I thought it didn't really make sense to link to the original download links without at least clarifying this isn't the version being developed here...
2021-07-04 15:46:21 +02:00

2.3 KiB

Audacity

Audacity 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.

  • 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 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 :

Getting Started

For end users, the latest Windows and macOS release of the original version of Audacity is available from the original Audacity website. Note that this is the unmodified version which still contains some sketchy code. Help with using Audacity is available from the original Audacity Forum.

Build instructions are available here.

More information for developers is available from the original Audacity Wiki.