-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
89 lines (73 loc) · 3.64 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0.8.2 / 2013-01-04 Fabian Kurz <[email protected]>
* Time of conversion and speed-up calculations
* Fixed text command |T0
* Samplerate of output file now always according to -s parameter (no
longer using LAME's own preference for the given bitrate)
* New text command |v for volume control
* Chapter splitting now possible by duration (-d seconds)
and number of words (-l words) (suggested by DM3KPO)
* Fix inconsistent numbers for waveforms (0 = sine, 1 = sawtooth,
2 = square)
* Fix OGG/Vorbis headers in CGI mode
* New CGI mode (make cgibuffered) where the whole sound file is
first created temporarily and then sent to the client.
This makes it possible to send the Content-Length header.
* Code cleanup
0.8.1 / 2011-04-04 Fabian Kurz <[email protected]>
* Guessing of file encoding added (-g filename).
* MP3 CGI fixed (crashed because OGG/Vorbis libs were called)
* Chapter time now properly resetted after each chapter
* Added -X switch (test mode: no encoder, no output files)
* Lame or OGG support can be disabled in the Makefile
0.8.0 / 2011-01-25 Fabian Kurz <[email protected]>
* ebook2cw can now also be compiled to work as a CGI on a webserver
* Support for OGG/Vorbis audio file format added
* Time of created files is now calculated accurately
* Option to add a noise floor with an user definable SNR added [-N]
(very experimental)
* Waveform can now be set to sine, sawtooth or squarewave. [-T]
* Config files are searched in current directory, ~/.ebook2cw,
and DESTDIR/share/doc/ebook2cw/examples now. ~/.ebook2cw is
created if only the last is found. [Linux/Unix only]
0.7.0 / 2008-07-03 Fabian Kurz <[email protected]>
* Paragraph separator (<BT>) can be disabled by
-p command line switch (suggested by DJ3KU).
* All command line parameters can now also be set in the config
file ebook2cw.conf.
* Arbitrary character mappings are now possible.
0.6.4 / 2008-05-20 Fabian Kurz <[email protected]>
* Added "Farnsworth" spacing (-e) and extra inter-word spacing (-W)
[suggested by DL3OBQ]
* Reset to original speed when using QRQ (-Q) at each new chapter can now
be disabled (-n) [suggested by W2UP]
0.6.3 / 2008-03-10 Fabian Kurz <[email protected]>
* Added the Arabic morse code alphabet
* Added/changed Unicode characters for Esperanto
0.6.2 / 2008-02-20 Fabian Kurz <[email protected]>
* Support for arbitrary prosigns added. To generate a prosign
enclose the letters in angle brackets (e.g. <AR>, <SK>, ...). [tnx DL7YEC]
0.6.1 / 2008-02-09 Fabian Kurz <[email protected]>
* Added more Cyrillic characters, the Greek and the Hebrew
alphabet to the Unicode table. Some small corrections to
the existing characters.
* Command line switch -S with option either ISO or UTF prints
a table of the available character set and the CW symbols
in HTML format.
0.6.0 / 2008-02-05 Fabian Kurz <[email protected]>
* Full ISO 8859-1 character set is now available
* UTF-8 support by command line switch -u. Currently
implemented: Latin, basic cyrillic.
0.5.1 / 2008-01-08 Fabian Kurz <[email protected]>
* Fixed ID3 title (chapter number) generation.
0.5.0 / 2007-12-19 Fabian Kurz <[email protected]>
* Added support for writing ID3 tags.
* Added -Q command line switch: QRQ by 1 WpM every n minutes.
0.4.0 / 2007-12-17 Fabian Kurz <[email protected]>
* Implemented dynamic memory allocation.
0.3.0 / 2007-11-28 Fabian Kurz <[email protected]>
* Added forgotten characters: @ and /.
0.2.0 / 2007-11-27 Fabian Kurz <[email protected]>
* Fixed handling of umlauts
* The chapter separator is now case sensitive.
0.1.0 / 2007-11-22 Fabian Kurz <[email protected]>
* Initial release of ebook2cw.