Release 0.8.4

This commit is contained in:
Fabian Kurz 2021-04-06 21:02:48 +02:00
parent 29155b69cc
commit 18edcda72c
2 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#
# $Id$
VERSION=0.8.3
VERSION=0.8.4
DESTDIR ?= /usr
# Set to NO to compile without Lame/Ogg-vorbis support

View File

@ -1,4 +1,4 @@
.TH ebook2cw 1 "MAY 2020" Linux "User Manuals"
.TH ebook2cw 1 "APRIL 2021" Linux "User Manuals"
.SH NAME
ebook2cw \- Convert ebooks to Morse code audio files (MP3/OGG)
.SH SYNOPSIS
@ -61,7 +61,8 @@ reset to the initial value at the start of each chapter. [0]
- MP3 quality, 1 (best) to 9 (worst). CW still sounds very good with the worst quality, encoding time is greatly reduced. [5]
.B -c chapter separator
- Split chapters at this string. [CHAPTER]
- Split chapters at this string [CHAPTER]. If empty or starts with a dash,
chapters will not be split and the output files will not be numbered.
.B -d duration
- Splits output files after "duration" seconds; finishes the current sentence.
@ -88,6 +89,9 @@ reset to the initial value at the start of each chapter. [0]
- Switches input encoding format to UTF-8. Currently supported alphabets
include Latin, Greek, Hebrew, Arabic and Cyrillic. Default is ISO 8859-1.
.B -E file
- Loads configuration from `file`.
.B -g file
- Guesses the encoding of `file` (ISO 8859-1 / ASCII or UTF-8).