# HG changeset patch # User diego # Date 1105317231 0 # Node ID 38c8273d86b6d245a04985d04713ad16f75b51cb # Parent d39051bb33a1c8e6a673d26f3981ff23a92c7189 Move audio filters section up one hierarchy level. diff -r d39051bb33a1 -r 38c8273d86b6 DOCS/xml/en/audio.xml --- a/DOCS/xml/en/audio.xml Mon Jan 10 00:12:24 2005 +0000 +++ b/DOCS/xml/en/audio.xml Mon Jan 10 00:33:51 2005 +0000 @@ -339,7 +339,9 @@ - + + + Audio filters The old audio plugins have been superseded by a new audio filter layer. Audio @@ -497,7 +499,7 @@ - + Up/Downsampling @@ -553,9 +555,9 @@ would set the output frequency of the resample filter to 44100Hz using exact output frequency scaling and linear interpolation. - + - + Changing the number of channels The filter can be used for adding and removing @@ -617,9 +619,9 @@ would change the number of channels to 6 and set up 4 routes that copy channel 0 to channels 0 to 3. Channel 4 and 5 will contain silence. - + - + Sample format converter The filter converts between different sample formats. It @@ -654,9 +656,9 @@ mplayer -af format=4:float media.avi would set the output format to 4 bytes per sample floating point data. - + - + Delay The filter delays the sound to the loudspeakers such that @@ -705,9 +707,9 @@ by 0ms and the center channel by 7ms. - + - + Software volume control Software volume control is implemented by the audio filter. Use this filter with caution since it can reduce the signal to @@ -753,9 +755,9 @@ This volume estimate can be used for setting the sound level in MEncoder such that the maximum dynamic range is utilized. - + - + Equalizer The filter represents a 10 octave band graphic @@ -815,9 +817,9 @@ would amplify the sound in the upper and lower frequency region while canceling it almost completely around 1kHz. - + - + Panning filter Use the filter to mix channels arbitrarily. It is @@ -873,9 +875,9 @@ channels 0 and 1 into output channel 2 (which could be sent to a sub-woofer for example). - + - + Sub-woofer The filter adds a sub woofer channel to the audio @@ -917,9 +919,9 @@ would add a sub-woofer channel with a cutoff frequency of 100Hz to output channel 4. - + - + Surround-sound decoder Matrix encoded surround sound can be decoded by the @@ -950,9 +952,9 @@ would add surround sound decoding with 15ms delay for the sound to the rear speakers. - + - + Audio Exporter This audio filter exports the incoming signal to other processes using memory @@ -990,9 +992,9 @@ mplayer -af export=/tmp/mplayer-af_export:1024 media.avi would export 1024 samples per channel to /tmp/mplayer-af_export. - + - + Extrastereo @@ -1021,9 +1023,9 @@ mplayer -af extrastereo=3.45 media.avi - + - + Volume normalizer @@ -1034,8 +1036,6 @@ Usage: mplayer -af volnorm media.avi - -