Tools
Tools
Nyquist utilities that install plug-ins, create labels and move sample data in and out of Audacity.
Tools are plug-ins that do a job around a project rather than processing audio in place. Audacity 4 ships four of them, all written in Nyquist.
Where to find them
The Tools menu, below the macro commands.
What is in it
- Nyquist plugin installer — install additional Nyquist plug-ins from files on disk.
- Regular interval labels — create a label track with labels at even intervals.
- Sample data export — write sample values out to a text, CSV or HTML file.
- Sample data import — read sample values from a text file into a new track.
- Nyquist The scripting language many of Audacity's shipped plug-ins are written in.
- Nyquist plugin installer Install additional Nyquist plug-ins by picking their files from disk.
- Regular interval labels Create a label track with labels placed at even intervals across a selection.
- Sample data export Write the sample values of a selection out to a text, CSV or HTML file.
- Sample data Import Read sample values from a plain text file and turn them into audio.
Last updated