Label Tracks

From Audacity Development Manual
Revision as of 20:06, 3 June 2008 by Windinthew (talk | contribs) (Deleting labels: mention current use of Edit > Silence Audio to remove labels)
Jump to: navigation, search
a mono track with a label track and four labels
ToDo Ideally this should not be simply a duplicate image of one down the page - maybe one of a label at a point which could be referred to below?
A "Label Track" is an additional track that can be created in your project. It is used in conjunction with audio tracks but contains no audio itself. Features:
  • Can annotate selected regions of audio with text labels.
  • The labels can be moved, modified or deleted.
  • Labels can also define different points in an audio track. This is a convenient way to mark different tracks in a recording then export them to differently named audio files using File > Export Multiple...
ToDo This needs to include something that labels can also define a point (in which case they only have one handle) ; and on how to move labels (e.g. with cut and paste)


Creating Labels

Suppose that you have a recording and you want to annotate the questions and answers so you can easily jump directly to a particular question or answer later on. Initially, you may have something like the image below. Without any annotation it's almost impossible to tell them apart just looking at the waveform.

A single track containing an interview with questions and answers.


Here, we select the first question with the mouse (below). This may require listening to the audio several times to determine the exact boundaries of the selection.

After selecting the first question.


Now choose Add Label at Selection from the Tracks menu, or type its keyboard shortcut ( CTRL+B on Windows/Linux or CMD+B on the Mac). This creates a new label track and a blank label outlining the current selection (below).

After choosing Add Label at Selection.


The cursor is automatically positioned inside the label, so just type the name of the label and then press Enter. Pressing Enter then allows you to use any current keyboard shortcuts normally, so you could press spacebar to listen to the selection again if you wished. In the image below we've typed Question 1.

After creating a label, type its name and press Enter.


After this question comes the answer from the person being interviewed. We'll select this one by starting from the right side of the answer and dragging to the left. Note that a vertical yellow guide appears when we get to the edge of the first label, making it easy to line up the two labels (below). It's common for the next label to start exactly where the previous one ends, but it's not necessary.

Selecting the audio for the second labeled region.


Once again, choose Add Label at Selection to create the next label, then type its name and press Enter. Then in the following image, we've added even more labels.

After adding the second label and naming it.


And here is a complete label track with several labels

A track with several labels.

Selecting a label

Whenever you click on the title of a label inside the label track, it selects the label and also selects that range of audio in all audio tracks. It also lets you edit the name of the label.

Audio in track and label selected.
This is a great way to save a selection and restore it later.

Press TAB to move from one label to the next, and SHIFT+TAB to move backwards.

Deleting labels

There are two ways to delete labels:

  • Click on the label's title to select it, then press the Backspace key on your keyboard until the title is gone. Once the title is empty, press Enter or just press Backspace again to delete the label. Currently, it's also possible to delete a label by selecting a region over the label (be careful not to drag the selection up into the audio track as well), then Edit > Silence Audio. Both these methods will let any labels further to right retain their current position.
  • You can also select a region extending over a number of labels then use Edit > Cut (which copies the label to the clipboard) or Edit > Delete. Note however that this method currently causes any labels to right to move backwards by the amount of the deleted selection region.

Another way to delete labels is to just remove the label track entirely and start again. Click in the track and then choose Remove Tracks from the Tracks menu, or alternatively click in the close box in the upper-left corner of that track.

If you need to cut or delete a section of audio that lies in-between labels, select the area for deletion in both the audio track and the label track, then the labels will remain in the correct place in relation to the remaining audio.

Like everything in Audacity, any edits to label tracks can be undone.

Editing labels

You can change the time boundaries of a label by clicking and dragging the little handles on either side of each label. There are actually two handles on the side of each label, or three where two labels meet. The purpose of these is so that you can either adjust just one label, or two neighboring labels together.

At the junction where two labels meet, click and drag the center circle if you want to adjust both circles simultaneously. If you want to adjust just one label, click on the triangle corresponding to that label and the neighbor will be unaffected. This is illustrated in the image below. On the left we move two neighboring labels together by clicking on the center circle and dragging. On the right we move just the label on the right by clicking on the triangle on the right and dragging:

An example of moving labels.

 

There is also a handy feature whereby you can select an area of text in a label, then right-click (control-click on a Mac) and cut or copy that text. This allows you to click in another label, right-click or control-click, then paste that text in. So in our example you could select and copy "Question" and then paste it into the appropriate labels without having to type that word every time.

Sometimes it's useful to edit multiple labels at once using a tabular view, similar to editing a spreadsheet. To do this, select Edit Labels from the Tracks menu, which brings up a dialog box showing all of your labels:

Edit Labels dialog box with tabular view of labels (Mac image)

Use the arrow keys to move between cells. Handy buttons in the dialog let you insert or delete labels, or import and export labels to a file (see the section on importing and exporting below).


Adding labels while playing or recording

One of the easiest ways to create labels is while you're playing or recording. There's a separate command for this, Add Label at Playback Position, also in the Tracks menu, or you can press its keyboard shortcut, Ctrl+M. Note that despite the name of the command, it doesn't only work while playing an existing track; you can use it while recording a new one, too.

Note the difference between this and the previous command, Add Label at Selection. While playing or recording, both commands are useful. Use Add Label at Playback Position to mark the exact spot you're listening to, or use Add Label at Selection if you want to make selections to label with the mouse while you're simultaneously listening.

Importing and Exporting labels

Labels are saved whenever you create an Audacity project, of course. Sometimes it may be useful to use these labels in another program, for example if somebody wanted to know the timecode where each piece of an interview starts or stops. Audacity exports labels in a very simple text format, that looks something like this:

0.285874 6.098646 Question 1
6.098646 13.054914 Answer 1
13.054914 20.916450 Question 2
20.916450 28.777986 Answer 2

The first column has the start time in seconds, the second column has the end time, and the third column has the name of the label. Tab characters are used in-between. This file format can be opened by any text editor, or by a spreadsheet program.

You can export labels using the Edit Labels dialog box, or by selecting Export Labels... from the File menu. Similarly, you can import labels using the Edit Labels dialog box, or by selecting Import...Labels... from the File menu.