Convert ebooks to Morse MP3s/OGGs: https://fkurz.net/ham/ebook2cw.html
https://fkurz.net/ham/ebook2cw.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| po | 9 years ago | |
| COPYING | 14 years ago | |
| ChangeLog | 7 months ago | |
| Makefile | 7 months ago | |
| README | 8 months ago | |
| codetables.h | 4 years ago | |
| ebook2cw.1 | 8 months ago | |
| ebook2cw.bat | 11 years ago | |
| ebook2cw.c | 7 months ago | |
| ebook2cw.conf | 11 years ago | |
| isomap.txt | 14 years ago | |
| utf8map.txt | 14 years ago | |
README
ebook2cw v0.8.4 - convert ebooks to morse code - Fabian Kurz, DJ1YFK
---------------------------------------------------------------------
Website: https://fkurz.net/ham/ebook2cw.html
ebook2cw is a command line program which converts a plain text ebook to morse
code MP3 or OGG files. It works on several platforms, including Windows and
Linux.
It automatically splits and numbers the output files by chapters.
For a detailled description, please refer to the man-page or the project
website.
INSTALL
--------
1) Binaries
Statically compiled binaries are available at the project website, for Linux
(i386) and Win32. Those should be suitable for most users.
2) Source
A Makefile is included; it compiles both under Linux and Windows (with MinGW).
DESTDIR is /usr by default (so the binary will be in /usr/bin/).
Support for LAME and/or OGG can be disabled by USE_LAME=NO and USE_OGG=NO
respectively.
make [DESTDIR=..] [USE_OGG=NO] [USE_LAME=NO]
sudo make install
Build prerequisites (Debian/Ubuntu): build-essential