Changes in wav-prg
==================

wav2prg
=======

19th April, 1999: First release (1.0), by Fabrizio Gennari

4th July, 1999  : Version 1.1 released. This release is mostly due to Janne
                  Veli Kujala, who suggested many improvements to version 1.0.

* Input from the sound card is now supported (Janne Veli Kujala)

* Buffered file read causes a dramatic improvement in speed when converting
  from .WAV files (Janne Veli Kujala)

* New bit-detecting algorithm, which works much better even for low-quality
  tapes (Janne Veli Kujala and Fabrizio Gennari)

* Warning when the bits are possibly wrong (Janne Veli Kujala)

* Statistics for the numbers of 0s and 1s found, and average impulse length
  (Janne Veli Kujala)

* Adjust mode (Fabrizio Gennari)

* libm is not required anymore (Janne Veli Kujala)

8th December, 1999 : version 1.2

* The -d option is no more. It added unnecessary complications, and it
  could have disastrous effects when converting from sound card.

* .TAP files can be used as input, as well as .WAV files

30th April, 2001 : version 1.3

* Fixed a bug which prevented direct loading from sound card.

prg2wav
=======

19th April, 1999: First release (1.0), by Fabrizio Gennari

4th July, 1999  : Version 1.1 released. Some of the changes made by Janne
                  Veli Kujala to wav2prg were ported to prg2wav

* Output to the sound card is now supported

* libm is not required anymore

8th December, 1999 : version 1.2

* Stand-alone files can be created. These files do not need Turbo Tape 64 to be
  reloaded on the C64

* Temporary files are no more needed

24th December, 2000 : version 1.21

* A possible memory leak in file_size() has been fixed

* The lengths of the RIFF and data chunks in generated WAV files are now
  correct

* A small bug in P00 detection has been fixed

30th April, 2001 : version 1.3

* Added -k option for creating files in kernel loader format
