Remember the trick to windows production of .wav

This commit is contained in:
david-schmidt 2020-06-08 17:07:17 -04:00
parent 4abb54dc28
commit 138456096d

View File

@ -37,7 +37,7 @@ gymnastics of the IIe and beyond that moved Heaven and Earth to keep the entry p
* Change cassette output (`$C020`) to speaker output (`$C030`) * Change cassette output (`$C020`) to speaker output (`$C030`)
* Assemble and get a raw hex dump of that code * Assemble and get a raw hex dump of that code
* Type that code into the TLC's RAM and run it, dumping all non-banked ROM (`$C100-$FFFF`) * Type that code into the TLC's RAM and run it, dumping all non-banked ROM (`$C100-$FFFF`)
* Capture the audio on a modern computer * Capture the audio on a modern computer (Windows hint: run `soundrecorder /file path\to\filename.wav` to get a `.wav`, not a `.wma`)
* Run that audio through CiderPress, which knows how to take tape audio and reconstruct data from it * Run that audio through CiderPress, which knows how to take tape audio and reconstruct data from it
* ??? * ???
* Profit * Profit