Edit Menu: Remove Special

From Audacity Development Manual
Revision as of 21:17, 31 August 2014 by Windinthew (talk | contribs) (P2 - The examples here now don't make complete sense except for Split Delete but could be moved to Removing Labels - Examples?)
Jump to: navigation, search

Menú Editar: Eliminar audio o etiquetas

The items in this cascading menu remove audio or labels (or audio with labels if both are selected) by cutting or deleting. You can also silence or trim audio only.
Advice You may hear a click at the edit points when you remove or paste audio. This can be caused by DC offset in the waveform or by poor selection of the edit points. See this Editing Frequently Asked Question for how to deal with this.

Split Cut  CTRL + ALT + X

Same as Cut, but none of the audio data or labels to right of the selection are shifted. This is therefore a useful command to remove one label of a group of labels without affecting the other labels (be sure to select only in the label track unless you want to cut the audio as well as the label).

A gap is thus left behind in the audio track which splits the existing audio clip into two clips that can be moved independently using Time Shift Tool.

Clips001New.png
Clips003New.png

Split Delete  CTRL + ALT + K

Removes the selected audio and/or labels without placing these on the Audacity clipboard, but like Split Cut does not shift the following audio or labels.

This is therefore a useful command to remove one label of a group of labels without affecting the other labels (be sure to select only in the label track unless you want to delete the audio as well as the label) - see Example 3 below.

As with Split Cut the preceding and following audio are now separate clips that can be moved independently.

The following two commands affect the audio in the selection but do not affect any labels that are in the selection.

Silence Audio  CTRL + L

Replaces the selected audio with silence.

Clips001New.png
Clips005New.png

Trim Audio  CTRL + T

Removes all audio from the current clip except the selected part, creating its own clip from the remaining audio. 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 (note in the "After" image below that the audio in the clip to the right is unaffected).

Clips001TrimBeforeNew.png
Clips004TrimAfterNew.png
Gale 31Aug14: ToDo-2 If we're now making this page relate to the "Remove Special" submenu then the below examples don't make complete sense except for Split Delete. Perhaps these examples should be moved to Removing Labels - Examples, with the Split Delete text (above) linking to that page?

Examples of removing labels

1) Remove audio and label using Delete  CTRL + K

RemoveAudioAndLabelBefore.png
RemoveAudioAndLabelAfter.png
Result: both the audio and labels following the deleted section move to the left. The labels still correspond to the same audio regions.

2) Remove label using Delete  CTRL + K

RemoveLabelBefore.png
RemoveLabelAfterDelete.png
Result: the labels following the deleted section move to the left. The labels no longer correspond to the same audio regions.

3) Remove label using Split Delete  CTRL + ALT + K

RemoveLabelBefore.png
RemoveLabelAfterSplitDelete.png
Result: the labels following the deleted section do not move to the left. The labels still correspond to the same audio regions. This is a quick way to delete a label without affecting any other labels on the Label Track.

<  Back to: Edit Menu