Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@raydac raydac released this 25 Mar 11:33
· 14 commits to master since this release

Changelog

  • #1 fixed too long pilot tone

Arguments

-a    amplify sound signal
-f int
      frequency of result wav, in Hz (default 22050)
-g int
      time gap between sound blocks, in seconds (default 1)
-i string
      source TAP file
-o string
      target WAV file
-s    add silence before the first file

Example

zxtap2wav -i RENEGADE.tap
zxtap2wav -a -i RENEGADE.tap -o RENEGADE.wav -f 44100 -s

How to?

Make longer silence interval between files in WAV

Just add -g 2 or -g 3 to make delay in 2 or 3 seconds.

Add silence in start of generated WAV file

Use -s and silence will be generated in start of WAV file.

I want 44100 Hz quantized WAV

Use parameter -f 44100

Sound is too silent

Use flag -a and generated sound in WAV will be amplified to maximum.