Extended .NET port of zxtap-to-wav implemented in Go-lang.
Easy library & command line utility to convert .TAP / .TZX files (a data format for ZX-Spectrum emulator) into sound WAV file.
Before using of the library Nuget Package must be installed.
Install-Package ZxTape2Wav.Net
Please build the solution before using the tool.
-a amplify sound signal
-f int
frequency of result wav, in Hz (default 22050)
-i string
source TAP file
-o string
target WAV file
-v validate data blocks checksum
ZxTape2Wav -i -v RENEGADE.tzx
ZxTape2Wav -a -i RENEGADE.tap -o RENEGADE.wav -f 44100
Use parameter -f 44100
Use flag -a
and generated sound in WAV will be amplified to maximum.
Please see LICENSE.md.
Contributions are welcome. Just open an Issue or submit a PR.
You can reach me via my email.
Many thanks especially to Igor Maznitsa for his library as a source for ideas.