mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-09-27 16:56:19 +02:00
Updated contributing, wiki, and build info.
This commit is contained in:
13
README.md
13
README.md
@@ -1,10 +1,14 @@
|
||||
# Saucedacity: A saucy audio editor
|
||||
**Saucedacity** is an easy-to-use, multi-track audio editor and recorder for Windows, GNU/Linux, and other operating systems*. Saucedacity is open source software licensed under GPL, version 2 or later.
|
||||
|
||||
*macOS is unofficially supported (it is buildable). We lack an actual Mac to test our CI builds on to make sure Saucedacity runs properly.
|
||||
|
||||
Features:
|
||||
|
||||
- **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.
|
||||
- **Clip handles** for easy audio editing.
|
||||
- **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.
|
||||
@@ -30,12 +34,13 @@ git submodule update
|
||||
|
||||
All contributions made to Saucedacity are available under the GNU General Public License, version 2 or later.
|
||||
|
||||
If you want to contribute to this project, we welcome your contributions. Please see the [issue tracker](https://github.com/saucedacity/saucedacity/issues) to see what needs to be done. You can also take a look at [our TODO page](https://github.com/saucedacity/saucedacity/wiki/TODO). There, you will find some things that we plan on doing or that need to be done.
|
||||
If you want to contribute to this project, we welcome your contributions. Please see [CONTRIBUTING.md](https://github.com/saucedacity/saucedacity/blob/main/CONTRIBUTING.md) for notes on contributing, the [issue tracker](https://github.com/saucedacity/saucedacity/issues) to see what needs to be done or to create a new issue, and [our TODO page](https://github.com/saucedacity/saucedacity/wiki/TODO) for things that we plan on doing or that need to be done.
|
||||
|
||||
Finally, **you do NOT need to know how to code in order to contribute to this program!** If you **do** know how to code, then we welcome your contributions.
|
||||
Finally, **you do NOT need to know how to code in order to contribute to Saucedacity.** We also have fields such as documentation and translations that need some good work too! Of course, if you want to contribute code, we welcome your contribution :)
|
||||
|
||||
## Getting Started
|
||||
For end users, the latest Windows and Linux release version of Saucedacity is available from the [Saucedacity releases page](https://github.com/saucedacity/saucedacity).
|
||||
Help with using Saucedacity is available from the Wiki (in progress.
|
||||
|
||||
Build instructions are available [here](BUILDING.md).
|
||||
Audacity's manual should work for getting support (especially the manual for Audacity 3.0.4). We welcome contributions to our wiki, but we feature some more technical information that developers are more interested aside from general changelogs.
|
||||
|
||||
Build instructions are available [here](BUILDING.md). If you've built Audacity with CMake before, things should feel mostly similar if not right at home with Saucedacity.
|
||||
|
Reference in New Issue
Block a user