cmosher01 / Apple-II-Cassette-Recover

Recover data from Apple ][ cassette image WAVE files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple-II-Cassette-Recover

Recover data from Apple ][ cassette image WAVE files.

Copyright © 2019, Christopher Alan Mosher, Shelton, CT, USA. cmosher01@gmail.com

This software is released under the GPLv3 licence.

Build

Supports Linux, Mac, and Windows. Requires SDL2 development library for your platform.

$ qmake
$ make

Run

$ a2cassre input.wav output.wav

Description

Apple-II-Cassette-Recover attempts to recover all the data from a WAVE format image of a cassette tape in Apple ][ SAVE format.

{ HEADER SYNC DATA } ...

It does not try to preserve non-data areas of the input wave file, but just extracts them. It creates a new clean WAVE file, with a completely rebuilt tape signal.

See the wiki for examples.

About

Recover data from Apple ][ cassette image WAVE files.

License:GNU General Public License v3.0


Languages

Language:C++ 99.0%Language:QMake 1.0%