User:JamesCrook/TableTest

From Audacity Development Manual
< User:JamesCrook
Revision as of 13:41, 13 November 2017 by PeterSampson (talk | contribs) (MIDI can now be played with 2.2.0)
Jump to: navigation, search
James: This is a trial of a sortable table. The main point is to be able to sort on shortcut.
  • I can modify the 'sort order' so that A-Z (and their Ctrl/Alt variants) come before other options.
  • I will probably merge the Menu and submenu columns, as I think they will work better as one.
  • I could just show the items with shortcuts.
  • With a little work, I can have the table sorted from the start, rather than requiring a click.
Menu Sub menu Action Shortcut Description
File New Ctrl + N Creates a new and empty project window to start working on new or imported Tracks.
File Open... Ctrl + O Presents you with a standard dialog box where you can select either audio files, a list of files (.LOF) or an Audacity Project file to open.
File Close Ctrl + W Closes the current project window, prompting you to save your work if you have not saved.
File Save Project Ctrl + S Saves the current Audacity project .AUP file.
File Save Project As... (unassigned) Same as "Save Project" above, but allows you to save a copy of an open project to a different name or location
File Page Setup... (unassigned) Opens the standard Page Setup dialog box prior to printing
File Print... (unassigned) Prints all the waveforms in the current project window (and the contents of Label Tracks or other tracks), with the Timeline above. Everything is printed to one page.
File Exit Ctrl + Q Closes all project windows and exits Audacity. If there are any unsaved changes to your project, Audacity will ask if you want to save them.
File Recent Files Clear (unassigned) Clears the list of recently used files.
File Save Other Export as MP3 (unassigned) Exports to an MP3 file
File Save Other Export as WAV (unassigned) Exports to a WAV file
File Save Other Export as OGG (unassigned) Exports to an OGG file
File Save Other Export Audio... Ctrl + Shift + E Exports to an audio file.
File Save Other Export Selected Audio... (unassigned) Exports selected audio to a file.
File Save Other Export Labels... (unassigned) Exports audio at one or more labels to file(s).
File Save Other Export Multiple... Ctrl + Shift + L Exports multiple audio files in one process, one file for each track if there are multiple audio tracks, or labels can be added which then define the length of each exported file.
File Save Other Export MIDI... (unassigned) Exports MIDI (note tracks) to a MIDI file.
File Save Other Save Compressed Copy of Project... (unassigned) Saves in the audacity .aup project file format, but compressed (Suitable for mailing)
File Import Audio... Ctrl + Shift + I Similar to 'Open', except that the file is added as a new track to your existing project.
File Import Labels... (unassigned) Launches a file selection window where you can choose to import a single text file into the project containing point or region labels. For more information about the syntax for labels files, see Importing and Exporting Labels.
File Import MIDI... (unassigned) Imports a MIDI (MIDI or MID extension) or Allegro (GRO) file to a Note Track where simple cut-and-paste edits can be performed. The result can be exported with the File > Export > Export MIDI command.
File Import Raw Data... (unassigned) Attempts to import an uncompressed audio file that might be "raw" data without any headers to define its format, might have incorrect headers or be otherwise partially corrupted, or might be in a format that Audacity is unable to recognize. Raw data in textual format cannot be imported.
File Chains Apply Chain... (unassigned) Creates a new Chain or edits an existing chain.
File Chains Edit Chains... (unassigned) Show the existing chains and allows you to select and run one.
Edit Undo Ctrl + Z Undoes the most recent editing action.
Edit Redo Ctrl + Y Redoes the most recently undone editing action.
Edit Cut Ctrl + X Removes the selected audio data and/or labels and places these on the Audacity clipboard. By default, any audio or labels to right of the selection are shifted to the left.
Edit Delete Ctrl + K Removes the selected audio data and/or labels without copying these to the Audacity clipboard. By default, any audio or labels to right of the selection are shifted to the left.
Edit Copy Ctrl + C Copies the selected audio data to the Audacity clipboard without removing it from the project.
Edit Paste Ctrl + V Inserts whatever is on the Audacity clipboard at the position of the selection cursor in the project, replacing whatever audio data is currently selected, if any.
Edit Duplicate Ctrl + D Creates a new track containing only the current selection as a new clip.
Edit Metadata... (unassigned) The Metadata Editor modifies information about a track, such as the artist and genre. Typically used with MP3 files.
Edit Preferences... Ctrl + P Preferences enable you change most of the default behaviors and settings of Audacity.
Edit Remove Audio Split Cut Ctrl + Alt + X Same as Cut, but none of the audio data or labels to right of the selection are shifted.
Edit Remove Audio Split Delete Ctrl + Alt + K Same as Delete, but none of the audio data or labels to right of the selection are shifted.
Edit Remove Audio Silence Audio Ctrl + L Replaces the currently selected audio with absolute silence. Does not affect label tracks.
Edit Remove Audio Trim Audio Ctrl + T Deletes all audio but the selection. If there are other separate clips in the same track these are not removed or shifted unless trimming the entire length of a clip or clips. Does not affect label tracks.
Edit Clip Boundaries Split Ctrl + I Splits the current clip into two clips at the cursor point, or into three clips at the selection boundaries.
Edit Clip Boundaries Split New Ctrl + Alt + I Does a Split Cut on the current selection in the current track, then creates a new track and pastes the selection into the new track.
Edit Clip Boundaries Join Ctrl + J If you select an area that overlaps one or more clips, they are all joined into one large clip. Regions in-between clips become silence.
Edit Clip Boundaries Detach at Silences Ctrl + Alt + J In a selection region that includes absolute silences, creates individual non-silent clips between the regions of silence. The silence becomes blank space between the clips.
Edit Labels Edit Labels... (unassigned) Brings up a dialog box showing all of your labels in a keyboard-accessible tabular view. Handy buttons in the dialog let you insert or delete a label, or import and export labels to a file. See Labels Editor for more details.
Edit Labels Add Label At Selection Ctrl + B Creates a new, empty label at the cursor or at the selection region.
Edit Labels Add Label At Playback Position Ctrl + M Creates a new, empty label at the current playback or recording position.
Edit Labels Paste Text to New Label Ctrl + Alt + V Pastes the text on the Audacity clipboard at the cursor position in the currently selected label track. If there is no selection in the label track a point label is created. If a range is selected in the label track a range label is created. If no label track is selected one is created, and a new label is created.
Edit Labels Cut Alt + X Same as the Cut command, but operates on labeled audio regions.
Edit Labels Delete Alt + K Same as the Delete command, but operates on labeled audio regions.
Edit Labels Split Cut Alt + Shift + X Same as the Split Cut command, but operates on labeled audio regions.
Edit Labels Split Delete Alt + Shift + K Same as the Split Delete command, but operates on labeled audio regions.
Edit Labels Silence Audio Alt + L Same as the Silence Audio command, but operates on labeled audio regions.
Edit Labels Copy Alt + Shift + C Same as the Copy command, but operates on labeled audio regions.
Edit Labels Split Alt + I Same as the Split command, but operates on labeled audio regions or points.
Edit Labels Join Alt + J Same as the Join command, but operates on labeled audio regions or points. You may need to select the audio and use Edit > Clip Boundaries > Join, to join all regions or points.
Edit Labels Detach at Silences Alt + Shift + J Same as the Detach at Silences command, but operates on labeled audio regions.
Edit Labels Type to Create a Label (on/off) (unassigned) When a label track has the yellow focus border, if this option is on, just type to create a label. Otherwise you must create a label first.
Select All Ctrl + A Selects all of the audio in all of the tracks.
Select None Ctrl + Shift + A Deselects all of the audio in all of the tracks.
Select Cursor to Stored Cursor Position (unassigned) Selects from the position of the cursor to the previously stored cursor position
Select Store Cursor Position (unassigned) Stores the current cursor position for use in a later selection
Select Tracks In All Tracks Ctrl + Shift + K Extends the current selection up and/or down into all tracks in the project.
Select Tracks In All Sync-Locked Tracks Ctrl + Shift + Y Extends the current selection up and/or down into all sync-locked tracks in the currently selected track group.
Select Region Left at Playback Position [ When Audacity is playing, recording or paused, sets the left boundary of a potential selection by moving the cursor to the current position of the green playback cursor (or red recording cursor).

Otherwise, opens the "Set Left Selection Boundary" dialog for adjusting the time position of the left-hand selection boundary. If there is no selection, moving the time digits backwards creates a selection ending at the former cursor position, and moving the time digits forwards provides a way to move the cursor forwards to an exact point.

Select Region Right at Playback Position ] When Audacity is playing, recording or paused, sets the right boundary of the selection, thus drawing the selection from the cursor position to the current position of the green playback cursor (or red recording cursor).

Otherwise, opens the "Set Right Selection Boundary" dialog for adjusting the time position of the right-hand selection boundary. If there is no selection, moving the time digits forwards creates a selection starting at the former cursor position, and moving the time digits backwards provides a way to move the cursor backwards to an exact point.

Select Region Track Start to Cursor Shift + J Selects a region in the selected track(s) from the start of the track to the cursor position.
Select Region Cursor to Track End Shift + K Selects a region in the selected track(s) from the cursor position to the end of the track.
Select Region Store Selection (unassigned) Stores the end points of a selection for later reuse.
Select Region Retrieve Selection (unassigned) Retrieves the end points of a previously stored selection.
Select Region Ends to Zero Crossings Z Moves the edges of a selection region (or the cursor position) slightly so they are at a rising zero crossing point.
Select Spectral Toggle spectral selection Q Changes between selecting a time range and selecting the last selected spectral selection in that time range. This command toggles the spectral selection even if not in Spectrogram view, but you must be in Spectrogram view to use the spectral selection in one of the Spectral edit effects.
Select Spectral Next Higher Peak Frequency (unassigned) When in Spectrogram view, snaps the center frequency to the next higher frequency peak, moving the spectral selection upwards.
Select Spectral Next Lower Peak Frequency (unassigned) When in Spectrogram views snaps the center frequency to the next lower frequency peak, moving the spectral selection downwards.
Select Clip Boundaries Previous Clip Boundary to Cursor (unassigned) Selects from the current cursor position back to the right-hand edge of the previous clip.
Select Clip Boundaries Cursor to Next Clip Boundary (unassigned) Selects from the current cursor position forward to the left-hand edge of the next clip.
Select Clip Boundaries Previous Clip (unassigned) Moves the selection to the previous clip.
Select Clip Boundaries Next Clip (unassigned) Moves the selection to the next clip.
View History... (unassigned) Brings up the History window which can then be left open while using Audacity normally. History lists all undoable actions performed in the current project, including importing.
View Karaoke... (unassigned) Brings up the Karaoke window, which displays the labels in a "bouncing ball" scrolling display
View Mixer Board... (unassigned) Mixer Board is an alternative view to the audio tracks in the main tracks window. Analogous to a hardware mixer board, each audio track is displayed in a Track Strip.
View Extra Menus (on/off) (unassigned) Shows extra menus with many extra less-used commands.
View Show Clipping (on/off) (unassigned) Option to show or not show audio that is too loud (in red) on the wave form.
View Zoom Zoom In Ctrl + 1 Zooms in on the horizontal axis of the audio displaying more detail over a shorter length of time.
View Zoom Zoom Normal Ctrl + 2 Zooms to the default view which displays about one inch per second.
View Zoom Zoom Out Ctrl + 3 Zooms out displaying less detail over a greater length of time.
View Zoom Zoom to Selection Ctrl + E Zooms in or out so that the selected audio fills the width of the window.
View Track Size Fit to Width Ctrl + F Zooms out until the entire project just fits in the window.
View Track Size Fit to Height Ctrl + Shift + F Adjusts the height of all the tracks until they fit in the project window.
View Track Size Collapse All Tracks Ctrl + Shift + C Collapses all tracks to take up the minimum amount of space.
View Track Size Expand Collapsed Tracks Ctrl + Shift + X Expands all collapsed tracks to their original size before the last collapse.
View Skip to Selection Start Ctrl + [ When there is a selection, moves the cursor to the start of the selection and removes the selection.
View Skip to Selection End Ctrl + ] When there is a selection, moves the cursor to the end of the selection and removes the selection.
View Toolbars Reset Toolbars (unassigned) Using this command positions all toolbars in default location and size as they were when Audacity was first installed
View Toolbars Device Toolbar (unassigned) Selects audio host, recording device, number of recording channels and playback device
View Toolbars Edit Toolbar (unassigned) Cut, copy, paste, trim audio, silence audio, undo, redo, zoom tools
View Toolbars Combined Meter Toolbar (unassigned) The recording and playback meters can be combined, using this command, into a single toolbar
View Toolbars Recording Meter Toolbar (unassigned) Displays recording levels and toggles input monitoring when not recording
View Toolbars Playback Meter Toolbar (unassigned) Displays playback levels
View Toolbars Mixer Toolbar (unassigned) Adjusts the recording and playback volumes of the devices currently selected in Device Toolbar
View Toolbars Selection Toolbar (unassigned) Controls the sample rate of the project, snapping to the selection format and adjusts cursor and region position by keyboard input
View Toolbars Spectral Selection Toolbar (unassigned) Displays and lets you adjust the current spectral (frequency) selection without having to be in Spectrogram view
View Toolbars Tools Toolbar (unassigned) Chooses various tools for selection, volume adjustment, zooming and time-shifting of audio
View Toolbars Transcription Toolbar (unassigned) Plays audio at a slower or faster speed than normal, affecting pitch
View Toolbars Transport Toolbar (unassigned) Controls playback and recording and skips to start or end of project when neither playing or recording
View Toolbars Scrub Toolbar (unassigned) Controls playback and recording and skips to start or end of project when neither playing or recording
Transport Rescan Audio Devices (unassigned) Rescan for audio devices connected to your computer, and update the playback and recording dropdown menus in Device Toolbar
Transport Play Play/Stop Space Starts and stops playback or stops a recording (stopping does not change the restart position). Therefore using any play or record command after stopping with "Play/Stop" will start playback or recording from the same Timeline position it last started from. You can also assign separate shortcuts for Play and Stop.
Transport Play Play/Stop and Set Cursor X Starts playback like "Play/Stop", but stopping playback sets the restart position to the stop point. When stopped, this command is the same as "Play/Stop". When playing, this command stops playback and moves the cursor (or the start of the selection) to the position where playback stopped.
Transport Play Loop Play Shift + Space Plays the selection over and over again.
Transport Play Pause P Temporarily pauses playing or recording without losing your place.
Transport Record Record R Starts recording at the end of the currently selected track(s).
Transport Record Record New Track Shift + R Recording begins on a new track at either the current cursor location or at the beginning of the current selection.
Transport Record Timer Record... Shift + T Brings up the Timer Record dialog.
Transport Record Pause P Temporarily pauses playing or recording without losing your place.
Transport Scrubbing Scrub (unassigned) Scrubbing is the action of moving the mouse pointer right or left so as to adjust the position, speed or direction of playback, listening to the audio at the same time.
Transport Scrubbing Seek (unassigned) Seeking is similar to Scrubbing except that it is playback with skips, similar to using the seek button on a CD player.
Transport Scrubbing Scrub Ruler (unassigned) Shows (or hides) the scrub ruler, which is just below the timeline.
Transport Cursor to Selection Start (unassigned) Moves the left edge of the current selection to the center of the screen, without changing the zoom level.
Transport Cursor to Selection End (unassigned) Moves the right edge of the current selection to the center of the screen, without changing the zoom level.
Transport Cursor to Track Start J Moves the cursor to the start of the selected track.
Transport Cursor to Track End K Moves the cursor to the end of the selected track.
Transport Cursor to Previous Clip Boundary (unassigned) Moves the cursor position back to the right-hand edge of the previous clip
Transport Cursor to Next Clip Boundary F12 Moves the cursor position forward to the left-hand edge of the next clip
Transport Cursor to Project Start Home Moves the cursor to the beginning of the project.
Transport Cursor to Project End End Moves the cursor to the end of the project.
Transport Play Region Lock (unassigned) Locks standard playback to the current position of the playback region, or to the current position of the Quick-Play region).
Transport Play Region Unlock (unassigned) Removes the Play Region Lock.
Transport Transport Options Sound Activation Level... (unassigned) Sets the activation level above which Sound Activated Recording will record.
Transport Transport Options Sound Activated Recording (on/off) (unassigned) Toggles on and off the Sound Activated Recording option.
Transport Transport Options Pinned Play/Record Head (on/off) (unassigned) You can change Audacity to play and record with a fixed head pinned to the center of the Timeline.
Transport Transport Options Overdub (on/off) (unassigned) Toggles on and off the Overdub option.
Transport Transport Options Software Playthrough (on/off) (unassigned) Toggles on and off the Software Playthrough option.
Tracks Resample... (unassigned) Allows you to resample the selected track(s) to a new sample rate for use in the project
Tracks Remove Tracks (unassigned) Removes the selected track(s) from the project. Even if only part of a track is selected, the entire track is removed.
Tracks Sync-Lock Tracks (on/off) (unassigned) Ensures that length changes occurring anywhere in a defined group of tracks also take place in all audio or label tracks in that group.
Tracks Add New Mono Track Ctrl + Shift + N Creates a new empty mono audio track.
Tracks Add New Stereo Track (unassigned) Adds an empty stero track to the project
Tracks Add New Label Track (unassigned) Adds an empty label track to the project
Tracks Add New Time Track (unassigned) Adds an empty time track to the project. Time tracks are used to speed up and slow down audio.
Tracks Mix Mix Stereo down to Mono (unassigned) Converts the selected stereo track(s) into the same number of mono tracks, combining left and right channels equally by averaging the volume of both channels.
Tracks Mix Mix and Render (unassigned) Mixes down all selected tracks to a single mono or stereo track, rendering to the waveform all real-time transformations that had been applied (such as track gain, panning, amplitude envelopes or a change in project rate).
Tracks Mix Mix and Render to New Track Ctrl + Shift + M Same as Tracks > Mix and Render except that the original tracks are preserved rather than being replaced by the resulting "Mix" track.
Tracks Mute/Unmute Mute All Tracks Ctrl + U Mutes all the audio tracks in the project as if you had used the mute buttons from the Track Control Panel on each track.
Tracks Mute/Unmute Unmute All Tracks Ctrl + Shift + U Unmutes all the audio tracks in the project as if you had released the mute buttons from the Track Control Panel on each track.
Tracks Pan Left (unassigned) Pan selected audio to left speaker
Tracks Pan Right (unassigned) Pan selected audio centrally.
Tracks Pan Center (unassigned) Pan selected audio to right speaker.
Tracks Align Tracks Align End to End (unassigned) Aligns the selected tracks one after the other, based on their top-to-bottom order in the project window.
Tracks Align Tracks Align Together (unassigned) Align the selected tracks so that they start at the same (averaged) start time.
Tracks Align Tracks Start to Zero (unassigned) Aligns the start of selected tracks with the start of the project.
Tracks Align Tracks Start to Cursor/Selection Start (unassigned) Aligns the start of selected tracks with the current cursor position or with the start of the current selection.
Tracks Align Tracks Start to Selection End (unassigned) Aligns the start of selected tracks with the end of the current selection.
Tracks Align Tracks End to Cursor/Selection Start (unassigned) Aligns the end of selected tracks with the current cursor position or with the start of the current selection.
Tracks Align Tracks End to Selection End (unassigned) Aligns the end of selected tracks with the end of the current selection.
Tracks Align Tracks Move Selection with Tracks (on/off) (unassigned) Toggles on/off the selection moving with the realigned tracks, or staying put.
Tracks Sort Tracks by Start time (unassigned) Sort tracks in order of start time.
Tracks Sort Tracks by Name (unassigned) Sort tracks in order by name.
Generate Add / Remove Plug-ins... (unassigned) Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers.
Generate Chirp... (unassigned) Generates four different types of tone waveform like the Tone Generator, but additionally allows setting of the starting and ending amplitude and frequency.
Generate DTMF Tones... (unassigned) Generates dual-tone multi-frequency (DTMF) tones like those produced by the keypad on telephones.
Generate Noise... (unassigned) Generates 'white', 'pink' or 'brown' noise.
Generate Silence... (unassigned) Creates audio of zero amplitude, the only configurable setting being duration.
Generate Tone... (unassigned) Generates one of four different tone waveforms: Sine, Square, Sawtooth or Square (no alias), and a frequency between 1 Hz and half the current project rate.
Generate Pluck... (unassigned) A synthesized pluck tone with abrupt or gradual fade-out, and selectable pitch corresponding to a MIDI note.
Generate Rhythm Track... (unassigned) Generates a track with regularly spaced sounds at a specified tempo and number of beats per measure (bar).
Generate Risset Drum... (unassigned) Produces a realistic drum sound.
Generate Sample Data Import... (unassigned) Create audio from imported numeric data.
Effect Add / Remove Plug-ins... (unassigned) Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers.
Effect Repeat Last Effect Ctrl + R Repeats the last used effect at its last used settings and without displaying any dialog.
Effect Audacity Amplify... (unassigned) Increases or decreases the volume of the audio you have selected.
Effect Audacity Auto Duck... (unassigned) Reduces (ducks) the volume of one or more tracks whenever the volume of a specified "control" track reaches a particular level. Typically used to make a music track softer whenever speech in a commentary track is heard.
Effect Audacity Bass and Treble... (unassigned) Increases or decreases the lower frequencies and higher frequencies of your audio independently; behaves just like the bass and treble controls on a stereo system.
Effect Audacity Change Pitch... (unassigned) Change the pitch of a selection without changing its tempo.
Effect Audacity Change Speed... (unassigned) Change the speed of a selection, also changing its pitch.
Effect Audacity Change Tempo... (unassigned) Change the tempo and length (duration) of a selection without changing its pitch.
Effect Audacity Click Removal... (unassigned) Click Removal is designed to remove clicks on audio tracks and is especially suited to declicking recordings made from vinyl records.
Effect Audacity Compressor... (unassigned) Compresses the dynamic range by two alternative methods. The default "RMS" method makes the louder parts softer, but leaves the quieter audio alone. The alternative "peaks" method makes the entire audio louder, but amplifies the louder parts less than the quieter parts. Make-up gain can be applied to either method, making the result as loud as possible without clipping, but not changing the dynamic range further.
Effect Audacity Distortion... (unassigned) Use the Distortion effect to make the audio sound distorted. By distorting the waveform the frequency content is changed, which will often make the sound "crunchy" or "abrasive". Technically this effect is a waveshaper. The result of waveshaping is equivalent to applying non-linear amplification to the audio waveform. Preset shaping functions are provided, each of which produces a different type of distortion.
Effect Audacity Echo... (unassigned) Repeats the selected audio again and again, normally softer each time and normally not blended into the original sound until some time after it starts. The delay time between each repeat is fixed, with no pause in between each repeat. For a more configurable echo effect with a variable delay time and pitch-changed echoes, see Delay.
Effect Audacity Equalization... (unassigned) Adjusts the volume levels of particular frequencies.
Effect Audacity Fade In (unassigned) Applies a linear fade-in to the selected audio - the rapidity of the fade-in depends entirely on the length of the selection it is applied to. For a more customizable logarithmic fade, use the Envelope Tool on the Tools Toolbar.
Effect Audacity Fade Out (unassigned) Applies a linear fade-out to the selected audio - the rapidity of the fade-out depends entirely on the length of the selection it is applied to. For a more customizable logarithmic fade, use the Envelope Tool on the Tools Toolbar.
Effect Audacity Invert (unassigned) This effect flips the audio samples upside-down. This normally does not affect the sound of the audio at all. It is occasionally useful for vocal removal.
Effect Audacity Noise Reduction... (unassigned) This effect is ideal for reducing constant background noise such as fans, tape noise, or hums. It will not work very well for removing talking or music in the background. More details here.
Effect Audacity Normalize... (unassigned) Use the Normalize effect to set the maximum amplitude of a track, equalize the amplitudes of the left and right channels of a stereo track and optionally remove any DC offset from the track.
Effect Audacity Paulstretch... (unassigned) Use Paulstretch only for an extreme time-stretch or "stasis" effect, This may be useful for synthesizer pad sounds, identifying performance glitches or just creating interesting aural textures. Use Change Tempo or Sliding Time Scale rather than Paulstretch for tasks like slowing down a song to a "practice" tempo.
Effect Audacity Phaser... (unassigned) The name "Phaser" comes from "Phase Shifter", because it works by combining phase-shifted signals with the original signal. The movement of the phase-shifted signals is controlled using a Low Frequency Oscillator (LFO).
Effect Audacity Repair (unassigned) Fix one particular short click, pop or other glitch no more than 128 samples long.
Effect Audacity Repeat... (unassigned) Repeats the selection the specified number of times.
Effect Audacity Reverb... (unassigned) A configurable stereo reverberation effect with built-in and user-added presets. It can be used to add ambience (an impression of the space in which a sound occurs) to a mono sound. Also use it to increase reverberation in stereo audio that sounds too "dry" or "close".
Effect Audacity Reverse (unassigned) Reverses the selected audio; after the effect the end of the audio will be heard first and the beginning last.
Effect Audacity Sliding Time Scale/Pitch Shift... (unassigned) This effect allows you to make a continuous change to the tempo and/or pitch of a selection by choosing initial and/or final change values.
Effect Audacity Truncate Silence... (unassigned) Automatically try to find and eliminate audible silences. Don't use with faded audio.
Effect Audacity Wahwah... (unassigned) Rapid tone quality variations, like that guitar sound so popular in the 1970's.
Effect LADSPA SC4... (unassigned) This effect is a stereo compressor with a variable envelope follower for RMS (average) / peak behavior.
Effect Nyquist Adjustable Fade... (unassigned) enables you to control the shape of the fade (non-linear fading) to be applied by adjusting various parameters; allows partial (that is not from or to zero) fades up or down.
Effect Nyquist Clip Fix... (unassigned) Clip Fix attempts to reconstruct clipped regions by interpolating the lost signal.
Effect Nyquist Crossfade Clips (unassigned) Use Crossfade Clips to apply a simple crossfade to a selected pair of clips in a single audio track.
Effect Nyquist Crossfade Tracks... (unassigned) Use Crossfade Tracks to make a smooth transition between two overlapping tracks one above the other. Place the track to be faded out above the track to be faded in then select the overlapping region in both tracks and apply the effect.
Effect Nyquist Delay... (unassigned) A configurable delay effect with variable delay time and pitch shifting of the delays.
Effect Nyquist High Pass Filter... (unassigned) Passes frequencies above its cutoff frequency and attenuates frequencies below its cutoff frequency.
Effect Nyquist Limiter... (unassigned) Limiter passes signals below a specified input level unaffected or gently reduced, while preventing the peaks of stronger signals from exceeding this threshold. Mastering engineers often use this type of dynamic range compression combined with make-up gain to increase the perceived loudness of an audio recording during the audio mastering process.
Effect Nyquist Low Pass Filter... (unassigned) Passes frequencies below its cutoff frequency and attenuates frequencies above its cutoff frequency.
Effect Nyquist Notch Filter... (unassigned) Greatly attenuate ("notch out") a narrow frequency band. This is a good way to remove mains hum or a whistle confined to a specific frequency with minimal damage to the remainder of the audio.
Effect Nyquist Nyquist Prompt... (unassigned) Brings up a dialog where you can enter Nyquist commands. Nyquist is a programming language for generating, processing and analyzing audio. For more information see Nyquist Plug-ins Reference.
Effect Nyquist Spectral edit multi tool (unassigned) When the selected track is in spectrogram or spectrogram log(f) view, applies a notch filter, high pass filter or low pass filter according to the spectral selection made. This effect can also be used to change the audio quality as an alternative to using Equalization.
Effect Nyquist Spectral edit parametric EQ... (unassigned) When the selected track is in spectrogram or spectrogram log(f) view and the spectral selection has a center frequency and an upper and lower boundary, performs the specified band cut or band boost. This can be used as an alternative to Equalization or may also be useful to repair damaged audio by reducing frequency spikes or boosting other frequencies to mask spikes.
Effect Nyquist Spectral edit shelves... (unassigned) When the selected track is in spectrogram or spectrogram log(f) view, applies either a low- or high-frequency shelving filter or both filters, according to the spectral selection made. This can be used as an alternative to Equalization or may also be useful to repair damaged audio by reducing frequency spikes or boosting other frequencies to mask spikes.
Effect Nyquist Studio Fade Out (unassigned) Applies a more musical fade out to the selected audio, giving a more pleasing sounding result.
Effect Nyquist Tremolo... (unassigned) Modulates the volume of the selection at the depth and rate selected in the dialog. The same as the tremolo effect familiar to guitar and keyboard players.
Effect Nyquist Vocal Reduction and Isolation... (unassigned) Attempts to remove or isolate center-panned audio from a stereo track. Most "Remove" options in this effect preserve the stereo image.
Effect Nyquist Vocal Remover... (unassigned) (Legacy effect) Attempts to remove center-panned vocals from a stereo track. The output from this effect will always be mono. Help text is available from within the dialog.
Effect Nyquist Vocoder... (unassigned) Synthesizes audio (usually a voice) in the left channel of a stereo track with a carrier wave (typically white noise) in the right channel to produce a modified version of the left channel. Vocoding a normal voice with white noise will produce a robot-like voice for special effects.
Analyze Add / Remove Plug-ins... (unassigned) Selecting this option from the Effect Menu (or the Generate Menu or Analyze Menu) takes you to a dialog where you can enable or disable particular Effects, Generators and Analyzers in Audacity. Even if you do not add any third-party plug-ins, you can use this to make the Effect menu shorter or longer as required. For details see Add / Remove Effects, Generators and Analyzers.
Analyze Contrast... Ctrl + Shift + T Analyzes a single mono or stereo speech track to determine the average RMS difference in volume (contrast) between foreground speech and background music, audience noise or similar. The purpose is to determine if the speech will be intelligible to the hard of hearing.
Analyze Plot Spectrum... (unassigned) Takes the selected audio (which is a set of sound pressure values at points in time) and converts it to a graph of frequencies against amplitudes.
Analyze Find Clipping... (unassigned) Displays runs of clipped samples in a Label Track, as a screen-reader accessible alternative to View > Show Clipping. A run must include at least one clipped sample, but may include unclipped samples too.
Analyze Beat Finder... (unassigned) Attempts to place labels at beats which are much louder than the surrounding audio. It's a fairly rough and ready tool, and will not necessarily work well on a typical modern pop music track with compressed dynamic range. If you do not get enough beats detected, try reducing the "Threshold Percentage" setting.
Analyze Regular Interval Labels... (unassigned) Places labels in a long track so as to divide it into smaller, equally sized segments.
Analyze Sample Data Export... (unassigned) Reads the values of successive samples from the selected audio and prints this data to a plain text, CSV or HTML file. Further information may be added as a "header" at the top of the file.
Analyze Silence Finder... (unassigned) Divides up a track by placing point labels inside areas of silence.
Analyze Sound Finder... (unassigned) Divides up a track by placing region labels for areas of sound that are separated by silence.
Help Quick Help (unassigned) A brief version of help with some of the most essential information.
Help Manual (unassigned) Opens the manual in the default browser.
Help Check for Updates... (unassigned) Checks online to see if this is the latest version of Audacity.
Help About Audacity... (unassigned) Brings a dialog with information about Audacity, such as who wrote it, what features are enabled and the GNU GPL v2 license.
Help Tools Screenshot Tools... (unassigned) A tool, mainly used in documentation, to capture screenshots of Audacity.
Help Tools Run Benchmark... (unassigned) A tool for measuring the performance of one part of Audacity.
Help Diagnostics Audio Device Info... (unassigned) Shows technical information about your detected audio device(s).
Help Diagnostics Show Log... (unassigned) Launches the "Audacity Log" window, the log is largely a debugging aid, having timestamps for each entry
Help Diagnostics Generate Support Data... (unassigned) Selecting this will generate a Debug report which could be useful in aiding the developers to identify bugs in Audacity or in third-party plug-ins
Help Diagnostics Check Dependencies... (unassigned) Lists any WAV or AIFF audio files that your project depends on, and allows you to copy these files into the project
Ext-Bar Transport Play (unassigned) Play (or stop) audio
Ext-Bar Transport Stop (unassigned) Stop audio
Ext-Bar Transport Play One Second 1 Plays for one second centered on the current mouse pointer position (not from the current cursor position). See this page for an example.
Ext-Bar Transport Play To Selection B Plays to or from the current mouse pointer position to or from the start or end of the selection, depending on the pointer position. See this page for more details.
Ext-Bar Transport Play Before Selection Start Shift + F5 Plays a short period before the start of the selected audio, the period before shares the setting of the cut preview.
Ext-Bar Transport Play After Selection Start Shift + F6 Plays a short period after the start of the selected audio, the period after shares the setting of the cut preview.
Ext-Bar Transport Play Before Selection End Shift + F7 Plays a short period before the end of the selected audio, the period before shares the setting of the cut preview.
Ext-Bar Transport Play After Selection End Shift + F8 Plays a short period after the end of the selected audio, the period after shares the setting of the cut preview.
Ext-Bar Transport Play Before and After Selection Start Ctrl + Shift + F5 Plays a short period before and after the start of the selected audio, the periods before and after share the setting of the cut preview.
Ext-Bar Transport Play Before and After Selection End Ctrl + Shift + F7 Plays a short period before and after the end of the selected audio, the periods before and after share the setting of the cut preview.
Ext-Bar Transport Play Cut Preview C Plays audio excluding the selection
Ext-Bar Tools Selection Tool F1 Chooses Selection tool.
Ext-Bar Tools Envelope Tool F2 Chooses Envelope tool.
Ext-Bar Tools Draw Tool F3 Chooses Draw tool.
Ext-Bar Tools Zoom Tool F4 Chooses Zoom tool.
Ext-Bar Tools Time Shift Tool F5 Chooses Time Shift tool.
Ext-Bar Tools Multi Tool F6 Chooses the Mulit-Tool
Ext-Bar Tools Next Tool D Cycles forwards through the tools, starting from the currently selected tool: starting from Selection, it would navigate to Envelope to Draw to Zoom to Time Shift to Multi-tool to Selection.
Ext-Bar Tools Previous Tool A Cycles backwards through the tools, starting from the currently selected tool: starting from Selection, it would navigate to Multi-tool to Time Shift to Zoom to Draw to Envelope to Selection.
Ext-Bar Edit DeleteKey Backspace Deletes the selection. When focus is in Selection Toolbar, BACKSPACE is not a shortcut but navigates back to the previous digit and sets it to zero.
Ext-Bar Edit DeleteKey2 Delete Deletes the selection.
Ext-Bar Device Change recording device Shift + I Displays the Select recording Device dialog for choosing the recording device, but only if the "Recording Device" dropdown menu in Device Toolbar has entries for devices. Otherwise, an recording error message will be displayed.
Ext-Bar Device Change playback device Shift + O Displays the Select Playback Device dialog for choosing the playback device, but only if the "Playback Device" dropdown menu in Device Toolbar has entries for devices. Otherwise, an error message will be displayed.
Ext-Bar Device Change audio host Shift + H Displays the Select Audio Host dialog for choosing the particular interface with which Audacity communicates with your chosen playback and recording devices.
Ext-Bar Device Change recording channels Shift + N Displays the Select Recording Channels dialog for choosing the number of channels to be recorded by the chosen recording device.
Ext-Bar Mixer Adjust playback volume (unassigned) Displays the Playback Volume dialog. You can type a new value for the playback volume (between 0 and 1), or press Tab, then use the left and right arrow keys to adjust the slider.
Ext-Bar Mixer Increase playback volume (unassigned) Each key press will increase the playback volume by 0.1.
Ext-Bar Mixer Decrease playback volume (unassigned) Each key press will decrease the playback volume by 0.1.
Ext-Bar Mixer Adjust recording volume (unassigned) Displays the Recording Volume dialog. You can type a new value for the recording volume (between 0 and 1), or press Tab, then use the left and right arrow keys to adjust the slider.
Ext-Bar Mixer Increase recording volume (unassigned) Each key press will increase the recording volume by 0.1.
Ext-Bar Mixer Decrease recording volume (unassigned) Each key press will decrease the recording volume by 0.1.
Ext-Bar Transcription Play-at-Speed (unassigned) Play audio at a faster or slower speed
Ext-Bar Transcription Loop Play-at-Speed (unassigned) Combines looped play and play at speed
Ext-Bar Transcription Play Cut Preview-at-Speed (unassigned) Combines cut preview and play at speed
Ext-Bar Transcription Adjust playback speed (unassigned) Displays the Playback Speed dialog. You can type a new value for the playback volume (between 0 and 1), or press Tab, then use the left and right arrow keys to adjust the slider.
Ext-Bar Transcription Increase playback speed (unassigned) Each key press will increase the playback speed by 0.1.
Ext-Bar Transcription Decrease playback speed (unassigned) Each key press will decrease the playback speed by 0.1.
Ext-Bar Transcription Move to Next Label Alt + Right Moves selection to the next label
Ext-Bar Transcription Move to Previous Label Alt + Left Moves selection to the previous label
Ext-Bar Scrub Short seek left during playback Left Skips the playback cursor back one second by default.
Ext-Bar Scrub Short seek right during playback Right Skips the playback cursor forward one second by default.
Ext-Bar Scrub Long seek left during playback Shift + Left Skips the playback cursor back 15 seconds by default.
Ext-Bar Scrub Long Seek right during playback Shift + Right Skips the playback cursor forward 15 seconds by default.
Ext-Bar Selection Snap To Off (unassigned) Equivalent to setting the Snap To control in Selection Toolbar to "Off".
Ext-Bar Selection Snap To Nearest (unassigned) Equivalent to setting the Snap To control in Selection Toolbar to "Nearest".
Ext-Bar Selection Snap To Prior (unassigned) Equivalent to setting the Snap To control in Selection Toolbar to "Prior".
Ext-Bar Selection Selection to Start Shift + Home Select from cursor to start of track
Ext-Bar Selection Selection to End Shift + End Select from cursor to end of track
Ext-Bar Selection Selection Extend Left Shift + Left Increases the size of the selection by extending it to the left. The amount of increase is dependent on the zoom level. If there is no selection one is created starting at the cursor position.
Ext-Bar Selection Selection Extend Right Shift + Right Increases the size of the selection by extending it to the right. The amount of increase is dependent on the zoom level. If there is no selection one is created starting at the cursor position.
Ext-Bar Selection Set (or Extend) Left Selection (unassigned) Extend selection left a little (is this a duplicate?)
Ext-Bar Selection Set (or Extend) Right Selection (unassigned) Extend selection right a litlle (is this a duplicate?)
Ext-Bar Selection Selection Contract Left Ctrl + Shift + Right Decreases the size of the selection by contracting it from the right. The amount of decrease is dependent on the zoom level. If there is no selection no action is taken.
Ext-Bar Selection Selection Contract Right Ctrl + Shift + Left Decreases the size of the selection by contracting it from the left. The amount of decrease is dependent on the zoom level. If there is no selection no action is taken.
Ext-Command Full screen (on/off) F11 Toggle full screen mode with no title bar
Ext-Command Focus Move backward from toolbars to tracks Ctrl + Shift + F6 Move backward through currently focused toolbar in Upper Toolbar dock area, Track View and currently focused toolbar in Lower Toolbar dock area. Each use moves the keyboard focus as indicated.
Ext-Command Focus Move forward from toolbars to tracks Ctrl + F6 Move forward through currently focused toolbar in Upper Toolbar dock area, Track View and currently focused toolbar in Lower Toolbar dock area. Each use moves the keyboard focus as indicated.
Ext-Command Focus Move Focus to Previous Track Up Focus one track up
Ext-Command Focus Move Focus to Next Track Down Focus one track down
Ext-Command Focus Move Focus to First Track Ctrl + Home Focus on first track
Ext-Command Focus Move Focus to Last Track Ctrl + End Focus on last track
Ext-Command Focus Move Focus to Previous and Select Shift + Up Focus one track up and select it
Ext-Command Focus Move Focus to Next and Select Shift + Down Focus one track down and select it
Ext-Command Focus Toggle Focused Track Return Toggle focus on current track
Ext-Command Focus Toggle Focused Track NUMPAD_ENTER Toggle focus on current track
Ext-Command Cursor Cursor Left Left When not playing audio, moves the editing cursor one screen pixel to left. When a Snap To option is chosen, moves the cursor to the preceding unit of time as determined by the current selection format. If the key is held down, the cursor speed depends on the length of the tracks. When playing audio, moves the playback cursor as described at "Cursor Short Jump Left"
Ext-Command Cursor Cursor Right Right When not playing audio, moves the editing cursor one screen pixel to right. When a Snap To option is chosen, moves the cursor to the following unit of time as determined by the current selection format. If the key is held down, the cursor speed depends on the length of the tracks. When playing audio, moves the playback cursor as described at "Cursor Short Jump Right"
Ext-Command Cursor Cursor Short Jump Left , When not playing audio, moves the editing cursor one second left by default. When playing audio, moves the playback cursor one second left by default. The default value can be changed by adjusting the "Short Period" under "Seek Time when playing" in Playback Preferences.
Ext-Command Cursor Cursor Short Jump Right . When not playing audio, moves the editing cursor one second right by default. When playing audio, moves the playback cursor one second right by default. The default value can be changed by adjusting the "Short Period" under "Seek Time when playing" in Playback Preferences.
Ext-Command Cursor Cursor Long Jump Left Shift + , When not playing audio, moves the editing cursor 15 seconds left by default. When playing audio, moves the playback cursor 15 seconds left by default. The default value can be changed by adjusting the "Long Period" under "Seek Time when playing" in Playback Preferences.
Ext-Command Cursor Cursor Long Jump Right Shift + . When not playing audio, moves the editing cursor 15 seconds right by default. When playing audio, moves the playback cursor 15 seconds right by default. The default value can be changed by adjusting the "Long Period" under "Seek Time when playing" in Playback Preferences.
Ext-Command Cursor Clip Left (unassigned) Moves the currently focused audio track (or a separate clip in that track which contains the editing cursor or selection region) one screen pixel to left.
Ext-Command Cursor Clip Right (unassigned) Moves the currently focused audio track (or a separate clip in that track which contains the editing cursor or selection region) one screen pixel to right.
Ext-Command Track Change pan on focused track Shift + P Brings up the Pan dialog for the focused track where you can enter a pan value, or use the slider for finer control of panning than is available when using the track pan slider.
Ext-Command Track Pan left on focused track Alt + Shift + Left Controls the pan slider on the focused track. Each keypress changes the pan value by 10% left.
Ext-Command Track Pan right on focused track Alt + Shift + Right Controls the pan slider on the focused track. Each keypress changes the pan value by 10% right.
Ext-Command Track Change gain on focused track Shift + G Brings up the Gain dialog for the focused track where you can enter a gain value, or use the slider for finer control of gain than is available when using the track pan slider.
Ext-Command Track Increase gain on focused track Alt + Shift + Up Controls the gain slider on the focused track. Each keypress increases the gain value by 1 dB.
Ext-Command Track Decrease gain on focused track Alt + Shift + Down Controls the gain slider on the focused track. Each keypress decreases the gain value by 1 dB.
Ext-Command Track Open menu on focused track Shift + M Opens the Audio Track Dropdown Menu on the focused audio track or other track type. In the audio track dropdown, use Up, and Down, arrow keys to navigate the menu and Enter, to select a menu item. Use Right, arrow to open the "Set Sample Format" and "Set Rate" choices or Left, arrow to leave those choices.
Ext-Command Track Mute/Unmute focused track Shift + U Toggles the Mute button on the focused track.
Ext-Command Track Solo/Unsolo focused track Shift + S Toggles the Solo button on the focused track.
Ext-Command Track Close focused track Shift + C Close (remove) the focused track only.
Ext-Command Track Move focused track up (unassigned) Moves the focused track up by one track and moves the focus there.
Ext-Command Track Move focused track down (unassigned) Moves the focused track down by one track and moves the focus there.
Ext-Command Track Move focused track to top (unassigned) Moves the focused track up to the top of the track table and moves the focus there.
Ext-Command Track Move focused track to bottom (unassigned) Moves the focused track down to the bottom of the track table and moves the focus there.