typo / formatting of documentation

This commit is contained in:
Vincent Riquer 2013-03-15 12:05:19 +01:00
parent b889d0e100
commit 8f9e8f73bf

View File

@ -30,7 +30,7 @@ Sections:
where FIFOs (for communicating with sqlite) and temporary WAVE files will
be created. Note that debug logs (if enabled) will go there too.
Default: ~/.atom/tmp
* database <file>: String. Where the SQLite databse should be stored.
* database <file>: String. Where the SQLite database should be stored.
Default: ~/.atom/atom.db
* debug <level>: Integer. Currently defined values:
* 1: few additional status informations.
@ -78,11 +78,11 @@ Sections:
sampling-rate. Shoutcast/Icecast streams require a constant sampling-rate.
Telephony systems often require a sample rate of 8000Hz.
* higher-than <bitrate>: Integer. Only reencode files with bitrates higher
then <bitrate>kbps. This only applies if sample-rate, channel count and of
course format are equal. If unset, only files with bitrates equal to that
of the target will be copied (actually, hardlinking will be attempted
first). As Ogg Vorbis target quality is not defined by its bitrate, Ogg
Vorbis files will always be reencoded if unset.
then <bitrate>kbps. This only applies if sample-rate, channel count and of
course format are equal. If unset, only files with bitrates equal to that
of the target will be copied (actually, hardlinking will be attempted
first). As Ogg Vorbis target quality is not defined by its bitrate, Ogg
Vorbis files will always be reencoded if unset.
Ogg parameters:
* quality <quality>: The quality parameter of oggenc. See man oggenc for