Ptp2Wav v1.1 - RM-TEAM 05/2023

Usage: ptp2wav [options] infile.ext

Common options:
  -o outfile.ext  output file name
  -list		  print tape content
  -blk BLK_LIST	  list of blocks to export (e.g. 3,5,8-11,1) [all]
  -mato		  export using Mato protocol
  -dbl		  double speed (only PMD 85)
  -rph		  reversal phase
  -sr SR	  sample rate [M]; SR=L/M/H (Low/Middle/High)
  -amp NUM	  amplitude <1, 127> [90]
  -gap NUM	  gap before next header block in seconds [4]
  -vb		  verbose
  -h		  usage information
  -v		  version info

All numeric parameters must be nonnegative integers and can be in three forms:
  decimal (e.g. 12345)
  octal (e.g. 01234)
  hexadecimal (e.g. 0x1234)

