0.8.2 / 2013-01-04 Fabian Kurz <fabian@fkurz.net>
* 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
PR: ports/175117 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
0.8.1 / 2011-04-04 Fabian Kurz <mail@fkurz.net>
* 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
- N.B. the port does not support Lame or OGG support choice, both are enabled.
From vendors change log:
* 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]
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)