Spelling & typo fixes

This commit is contained in:
Colin Fletcher 2019-01-03 15:52:39 +00:00
parent 042723be89
commit 1f217cd20a

View File

@ -31,7 +31,7 @@
chosen level (in <acronym title="loudness units relative to full scale">LUFS</acronym>), chosen level (in <acronym title="loudness units relative to full scale">LUFS</acronym>),
without exceeding the chosen true-peak value (in without exceeding the chosen true-peak value (in
<acronym title="decibels true peak">dBTP</acronym>). <acronym title="decibels true peak">dBTP</acronym>).
EBU R128 is only available for mono or stereo sounds while true'peak works EBU R128 is only available for mono or stereo sounds while true-peak works
for any channel layout.</li> for any channel layout.</li>
</ul> </ul>
@ -45,22 +45,22 @@
<p> <p>
These checkboxes allow to add silence at the beginning or/and end of each These checkboxes allow to add silence at the beginning or/and end of each
exported track. The duration of the added silence can be manually fixed in the exported track. The duration of the added silence can be manually fixed in the
adjascent 'timer' input fields. adjacent 'timer' input fields.
<h3>Compatibility/Quality/File format/Sample rate</h3> <h3>Compatibility/Quality/File format/Sample rate</h3>
<h4>Compatibility</h4> <h4>Compatibility</h4>
<p> <p>
Selecting an item in the 'Compatibility' emphasizes the settinggs in the other Selecting an item in the 'Compatibility' emphasizes the settings in the other
columns that are compatible with the selected standard, by turning incompatible columns that are compatible with the selected standard, by turning incompatible
options red. When an incompatible quality/format/sample rate is selected, the options red. When an incompatible quality/format/sample rate is selected, the
compatibility column checkbox disapears. compatibility column checkbox disappears.
</p> </p>
<h4>Quality</h4> <h4>Quality</h4>
<p> <p>
The appropriate item in the 'Quality' column will be highlighted a file format The appropriate item in the 'Quality' column will be highlighted when a file format
is chosen. At the moment, selecting a Quality settings does not show the is chosen. At the moment, selecting a Quality setting does not show the
compatible File formats. compatible File formats.
</p> </p>
@ -159,7 +159,7 @@
</p> </p>
<p> <p>
As an exemple, exporting an mp3 file can be done by inserting <code>lame -b320 %f</code> For example, exporting an mp3 file can be done by inserting <code>lame -b320 %f</code>
which will convert the exported audio file ('%f') to a 320 kbs mp3 using the lame encoder which will convert the exported audio file ('%f') to a 320 kbs mp3 using the lame encoder
(provided lame is installed first on the system). (provided lame is installed first on the system).
</p> </p>