1tape2wav(1) Emulators tape2wav(1)
2
3
4
6 tape2wav — Sinclair ZX Spectrum tape to wav audio file converter
7
9 tape2wav [ -r sample rate ] infile outfile
10
12 tape2wav converts ZX Spectrum tape images to audio files.
13
15 -r sample rate
16 causes sample rate to be used as the sample rate for the target
17 wav file. The default rate is 44100 Hz.
18
19 -h, --help
20 give brief usage help, listing available options.
21
22 -V, --version
23 output version information.
24
25 infile specifies the tape file to be converted. This file can be in any
26 of the tape formats supported by libspectrum(3).
27
28 outfile
29 specifies the output wav file, if set to “-” will write the file
30 to standard output.
31
33 None known.
34
36 fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), tapeconv(1),
37 tzxlist(1), snap2tzx(1), tape2pulses(1) tape2wav(1)
38
39 The comp.sys.sinclair Spectrum FAQ, at
40 http://www.worldofspectrum.org/faq/index.html.
41
43 Fredrick Meunier (fredm@spamcop.net).
44
45
46
47Version 1.4.2 3rd June, 2018 tape2wav(1)