diff options
-rwxr-xr-x | manual/plugins/mp3_encoder.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/plugins/mp3_encoder.tex b/manual/plugins/mp3_encoder.tex index c83deb4fb3..362418795e 100755 --- a/manual/plugins/mp3_encoder.tex +++ b/manual/plugins/mp3_encoder.tex | |||
@@ -1,7 +1,7 @@ | |||
1 | \subsection{MP3 Encoder} | 1 | \subsection{MP3 Encoder} |
2 | This plugin allows to encode a \fname{.wav} file to MP3 format. Supported input | 2 | This plugin encodes a \fname{.wav} file to MP3 format. The supported |
3 | format is uncompressed, linear PCM with 16 bit per sample and maximum 2 channels. | 3 | input format is uncompressed, linear PCM with 16 bit per sample and a maximum |
4 | Allowed sample rates are 16, 22.05, 24, 32, 44.1 and 48~kHz. | 4 | of 2 channels. Allowed sample rates are 16, 22.05, 24, 32, 44.1 and 48~kHz. |
5 | The user will be asked to select the desired output bitrate of the compressed | 5 | The user will be asked to select the desired output bitrate of the compressed |
6 | MP3 file. | 6 | MP3 file. |
7 | 7 | ||
@@ -17,12 +17,12 @@ valid for mono files. | |||
17 | 17 | ||
18 | The output \fname{.mp3} file is written to the same path as the \fname{.wav} | 18 | The output \fname{.mp3} file is written to the same path as the \fname{.wav} |
19 | file using the same filename. To use this plugin, open the \setting{Context Menu} | 19 | file using the same filename. To use this plugin, open the \setting{Context Menu} |
20 | (see \reference{ref:Contextmenu}) upon a \fname{.wav} file and select | 20 | (see \reference{ref:Contextmenu}) on a \fname{.wav} file and select |
21 | \setting{Open With\dots $\rightarrow$ mp3\_encoder}. | 21 | \setting{Open With\dots $\rightarrow$ mp3\_encoder}. |
22 | 22 | ||
23 | \note{ | 23 | \note{ |
24 | The encoder will choose the appropriate bitstream format from the sample rate | 24 | The encoder will choose the appropriate bitstream format from the sample rate |
25 | of the input file. Output bitstream format is MPEG~1 Layer~3 for 32, 44.1 and | 25 | of the input file. The output bitstream format is MPEG~1 Layer~3 for 32, 44.1 |
26 | 48~kHz, and MPEG~2 Layer~3 for 16, 22.05 and 24~kHz. MPEG~2.5 Layer~3 is not | 26 | and 48~kHz, and MPEG~2 Layer~3 for 16, 22.05 and 24~kHz. MPEG~2.5 Layer~3 is |
27 | supported. | 27 | not supported. |
28 | } | 28 | } |