forked from hvoigt/ebook2cw
-
Notifications
You must be signed in to change notification settings - Fork 0
convert ebooks to Morse MP3s/OGGs - git import of https://fkurz.net/ham/ebook2cw.html
License
cintema/ebook2cw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ebook2cw v0.8.2 - convert ebooks to morse code - Fabian Kurz, DJ1YFK --------------------------------------------------------------------- $Id: README 557 2013-01-03 10:41:23Z dj1yfk $ Website: http://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] make install CGI --- ebook2cw can also be compiled as a CGI, with "make cgi" or "make cgibuffered". The executable can then be used on a webserver and called in the format http://example.com/cgi-bin/cw.cgi?s=25&e=25&f=600&t=%20hello%20world which returns a MP3 file with "hello world" at the given speed etc. The order of the GET parameters must be used as shown above. Real-world examples of ebook2cw as a CGI can be found at http://lcwo.net/. The default cgi version operates "on the fly", the "cgibuffered" option first writes the whole MP3/OGG to a temporary file, so it can send a proper Content-Length: header which may be used with some clients. Contact ------- Fabian Kurz, DJ1YFK <fabian@fkurz.net> http://fkurz.net/ham/ebook2cw.html
About
convert ebooks to Morse MP3s/OGGs - git import of https://fkurz.net/ham/ebook2cw.html
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 63.3%
- Objective-C 25.9%
- Roff 6.5%
- Makefile 3.2%
- Batchfile 1.1%