~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to docgen/D05_effects.doc

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
   This creates a linear fade in or fade out effect.
8
8
 
9
 
 * Normalize
 
9
 * Normalize, Normalize to...
10
10
 
11
 
   This amplifies the sound as much as possible without getting clipping distortion. 
 
11
   This amplifies the sound as much as possible without getting clipping distortion. The "Normalize to..." item lets you specify which level to normalize to.
12
12
 
13
13
 * Volume adjust/fade...
14
14
 
32
32
 
33
33
   This "byte swaps" the selected part. It can be used to repair damaged files where the byte order is wrong. Note that if the sound looks alright but plays wrong, you should not use this option, instead you should use the "byte-swap output" option in the Preferences dialog.
34
34
 
35
 
 * Mix channels...
 
35
 * Mix to mono
36
36
 
37
37
   This mixes all channels of the file together to a mono sound.
38
38
 
39
 
 * Split channel...
 
39
 * Add channel
40
40
 
41
41
   This copies the first channel to a new channel in the sound, converting mono to stereo etc.
42
42
 
 
43
 * Map channels...
 
44
   
 
45
   With this effect, you can change the number of channels in the file. You can also rearrange and add (i.e. mix) channels.
 
46
 
43
47
 * Combine channels...
44
48
 
45
49
   This effect lets you create a new sound by a linear combination of the old channels. This means you can do channel mixing / swapping / balance / panning / amplification etc. by entering different values. For example, to swap the left and right channel, you select that the new Channel 1 should be 0% of the old Channel 1 and 100% of the old Channel 2, and the new Channel 2 should be 100% of the old Channel 1 and 0% of the old Channel 2 
47
51
 * Speed adjustment...
48
52
 
49
53
   This effect changes the speed of the selection. The tone will change as well.
50
 
 
51
 
mhWaveEdit supports LADSPA effects and can also make use of most of the SoX utility's effects. All supported effects can be found by choosing the 'Effects...' menu item. 
 
54
 * Pipe through program...
 
55
 
 
56
   This effect is for advanced users wanting to pipe raw audio data through an external program. The output of the program is read back and replaces the processed part. 
 
57
 
 
58
mhWaveEdit supports LADSPA effects and can also make use of most of the SoX utility's effects. To find the LADSPA plugins the environment variable LADSPA_PATH must be properly set up. 
 
59
 
 
60
All supported effects can be found by choosing the 'Effects...' menu item. The effects are listed with names beginning with [B] for builtin effects, [L] for LADSPA effects, and [S] for SoX effects.
52
61