Changes

Jump to: navigation, search

Creating Tape Image files (CDT)

211 bytes added, Monday at 20:41
Mention wav2tzx
Consider https://github.com/stripwax/wav2tzx
It can work with audio from fully standard, some semi-standard and maybe some protected tape. Written with ZX Spectrum in mind but specifically capable of CDT format. Very terselyterse indications below.
Get and compile:
<pre>
git clone https://github.com/stripwax/wav2tzx
cd wav2tzx/src
gcc -o wav2tzx wav2tzx.c
</pre>
Use:
<pre>
./wav2tzx -cpc /some/path/to/my.wav my.cdt
</pre>
== CSW ==
49
edits