~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-security

« back to all changes in this revision

Viewing changes to help/wxhelp/toolbar_meter.htm

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-05-18 12:11:05 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518121105-onhr7ojai3n5khzt
Tags: 1.3.3-1
* New upstream release
* Added watch file
* debian/patches:
   - updated libmp3lame patch
* debian/control:
   - as suggested upstream, depend on libgtk2.0-dev, otherwise 
     the code fails to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2
 
<html>
3
 
<head>
4
 
<title>Audacity - Meter Toolbar</title>
5
 
</head>
6
 
 
7
 
<body text="#000000" link="#000099" vlink="#000099">
8
 
 
9
 
<font color="#000099">
10
 
<h1>Meter Toolbar</h1>
11
 
</font>
12
 
 
13
 
<img src="images/toolbar_meter.png" width="527" height="55">
14
 
<br><p>
15
 
 
16
 
The Meter Toolbar is used for monitoring the input and output audio
17
 
levels.  Typically it is used to make sure that the loudest volume
18
 
is as loud as possible (for maximum fidelity) without clipping or 
19
 
distorting it.
20
 
The output (playback) meter is the green one, on the left pictured
21
 
above, and the input (recording) meter is in red, on the right.
22
 
<br>
23
 
It toolbar provides a visual indication of the current audio levels going
24
 
in and out of audacity.
25
 
<p>
26
 
 
27
 
If you float the Meter Toolbar, either by dragging it out of the toolbar
28
 
or by selecting "Float Meter Toolbar" from the View menu, you can resize it
29
 
and even orient it vertically.
30
 
 
31
 
<p>
32
 
 
33
 
Normally the meters are only active when you are playing or recording audio.
34
 
However, you can also monitor input when you're not recording - to do this,
35
 
either select "Monitor Input" from the input meter's pop-up menu, or else
36
 
just click on the input meter.  If you have a microphone or other input
37
 
source attached, you will be able to watch the level of the audio before
38
 
you start recording.
39
 
 
40
 
<p>
41
 
 
42
 
Each meter shows several characteristics of the audio level at once:
43
 
<ul>
44
 
        <li>The right hand end of the meter corresponds to the point at
45
 
        which the audio will be clipped, and the left hand end is silence</li>
46
 
        <li>For stereo, the top bar shows the left channel, and the bottom
47
 
        bar shows the right channel.</li>
48
 
        <li>The brightest part of the bar shows the average audio
49
 
        level (related to the loudness) and the darker part of the 
50
 
        bar shows the peak audio level.</li>
51
 
        <li>The peak-hold line to the right of this shows the maximum
52
 
        audio level achieved in the last 3 seconds.</li>
53
 
        <li>Finally, the clipping indicators on the far right of
54
 
        each meter will light up if clipping is detected (meaning that
55
 
        the audio was too loud and will sound distorted).</li></ul>
56
 
<p>
57
 
If clipping is detected when you are recording, you should stop, lower
58
 
the volume of your input source, and start recording again from the start.
59
 
If the output meter clips then you need to make some or all of your tracks
60
 
quieter using the track <a href="track_audio.htm">gain control</a>.
61
 
<br>
62
 
If the level of the input (recording) source is too high, you can try
63
 
to lower the input level using the <a href="toolbar_mixer.htm">Mixer
64
 
Toolbar</a>, but if this doesn't work, you should try to lower the volume
65
 
of the external input source (e.g., your microphone, cassette player, or
66
 
record player).
67
 
 
68
 
<p>
69
 
 
70
 
It is possible, especially if you have an older, slower computer, that
71
 
the Meter Toolbar may interfere with Audacity's ability to record or play
72
 
audio with the highest quality, because your computer is so busy redrawing
73
 
the meters that it doesn't have time to process enough audio.  In this is the
74
 
case for you, you can disable the Meter Toolbar in the Interface tab of
75
 
the <a href="prefs.htm">Preferences</a> dialog.
76
 
 
77
 
<p>
78
 
</body>
79
 
</html>
80