# audacity **Repository Path**: kevin20120320/audacity ## Basic Information - **Project Name**: audacity - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-07 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Audacity [**Audacity**](https://www.audacityteam.org) is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. - **Recording** from any real or virtual audio device that is available to the host system. - **Export / Import** a wide range of audio formats, extensible with FFmpeg. - **High quality** using 32-bit float audio processing. - **Plugin Support** for multiple audio plugin formats, including VST, LV2, and AU. - **Macros** for chaining commands and batch processing. - **Scripting** in Python, Perl, or any other language that supports named pipes. - **Nyquist** a powerful built-in scripting language that may also be used to create plugins. - **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. ## Users For end users, the latest Windows and macOS release version of Audacity is available from the [Audacity website](https://www.audacityteam.org/download/). Help with using Audacity is available [here](https://audacityteam.org/help/). ## Developers Build instructions are available [here](https://github.com/audacity/audacity/blob/master/BUILDING.md). Additional development resources may be found [here](https://audacity.gitbook.io/dev/). ## License Audacity is open source software licensed GPLv3. Most code files are GPLv2-or-later, with the notable exceptions being /lib-src (which contains third party libraries), as well as VST3-related code. Documentation is licensed CC-by 3.0 unless otherwise noted. Details can be found in the [license file](LICENSE.txt).