From 5e6ea09950c0e38234f9537b7c3ec3d129be1a5c Mon Sep 17 00:00:00 2001 From: nicolas Date: Fri, 16 May 2003 13:30:51 +0000 Subject: various fixes and updates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10112 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/audio.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'DOCS/xml/en/audio.xml') diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml index b1f29ac19d..d9c9f0bd75 100644 --- a/DOCS/xml/en/audio.xml +++ b/DOCS/xml/en/audio.xml @@ -55,7 +55,7 @@ playing MP3s or sound effects. Other media players like aviplay -or xine possibly work +or Xine possibly work out-of-the-box with these drivers because they use "simple" methods with internal timing. Measuring showed that their methods are not as efficient as MPlayer's. @@ -596,7 +596,7 @@ contain silence but 0 and 1 would still be swapped. -Exemple 2: +Example 2: mplayer -af channels=6:4:0:0:0:1:0:2:0:3 media.avi 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. @@ -643,7 +643,7 @@ would set the output format to 4 bytes per sample floating point data. Delay -The filter delays the sound to the loudspeakers such that +The filter delays the sound to the loudspeakers such that the sound from the different channels arrives at the listening position simultaneously. It is only useful if you have more than 2 loudspeakers. This filter has a @@ -677,7 +677,7 @@ Subtract the distances s1 to s5 from the maximum distance i.e. s[i] = max(s) - s[i]; i = 1...5 -alculated the required delays in ms as +Calculated the required delays in ms as d[i] = 1000*s[i]/342; i = 1...5 s[i] = max(s) - s[i]; i = 1...5 @@ -863,7 +863,7 @@ sub-woofer for example). Sub-woofer -The filter adds a sub woofer channel to the audio +The filter adds a sub woofer channel to the audio stream. The audio data used for creating the sub-woofer channel is an average of the sound in channel 0 and channel 1. The resulting sound is then low-pass filtered by a 4th order Butterworth filter with a default @@ -1108,8 +1108,8 @@ mplayer media.avi -aop list=volume:softclip This plugin (linearly) increases the difference between left and right -channels (like the XMMS extrastereo plugin) which gives some sort of "live" -effect to playback. +channels (like the XMMS extrastereo plugin) which gives some +sort of "live" effect to playback. -- cgit v1.2.3