Awesome
audacity_installer
Download and install Audacity and the following Audacity plugins:
- LADSPA plug-ins
- LAME plug-in
- FFMPEG plug-in
audacity_installer looks in the directory where audacity_installer.exe is for any files it needs before attempting to download them. If it does download a file, it will attempt to save a copy of the file in this same directory.
audacity_installer adds the installation directory to your PATH environment variable.
On 32-bit systems, this directory is usually C:\Program Files\Audacity
.
On 64-bit systems, this directory is usually C:\Program Files(x86)\Audacity
.
Usage
audacity_installer [options]
Options:
/S Install the application silently with the default options selected
/D=path Install into the directory 'path' (default is
%ProgramFiles%\Audacity)
/INSTYPE n Where n is a number between 1 and 9:
1: Audacity and all plug-ins
2: Audacity only
3: LADSPA plug-ins
4: LAME plug-in
5: FFMPEG plug-in
Verify a Release
To verify a release, download the .zip, .sha256, and .asc files for the release (replacing audacity_installer-2.0.6.1-win32.zip with the release you are verifying):
$ wget https://github.com/rasa/audacity_installer/releases/download/v2.0.6.1/audacity_installer-2.0.6.1-win32.zip{,.sha256,.asc}
Next, check that sha256sum reports "OK":
$ sha256sum -c audacity_installer-2.0.6.1-win32.zip.sha256
audacity_installer-2.0.6.1-win32.zip: OK
Lastly, check that GPG reports "Good signature":
$ gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x105a5225b6ab4b22
$ gpg --verify audacity_installer-2.0.6.1-win32.zip.asc audacity_installer-2.0.6.1-win32.zip
gpg: using RSA key 0xFF914F74B4BB6EF3
gpg: Good signature from "Ross Smith II <ross@smithii.com>" [ultimate]
...
Contributing
To contribute to this project, please see CONTRIBUTING.md.
Bugs
To view existing bugs, or report a new bug, please see issues.
Changelog
To view the version history for this project, please see CHANGELOG.md.
License
This project is MIT licensed.
Contact
This project was created and is maintained by Ross Smith II
Feedback, suggestions, and enhancements are welcome.