Changes
Mention wav2tzx
[[Category:DATA Storage|*]][[Category:Cpctech.org]]
== 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 terse 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 ==
<div style="border: 1px solid rgb(228, 222, 222); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(249, 249, 249);"><center>'''''This article originally came from Kevin Thackers' archive at [http://www.cpctech.org.uk http://www.cpctech.org.uk].'''''</center></div>