Short:        Decoder and encoder for tape formats
Author:       marko.makela@iki.fi (Marko Mäkelä)
Uploader:     polluks+aminet sdf lonestar org (Stefan Haubenthal)
Type:         comm/misc
Version:      1.2.1
Requires:     Commodore tape drive connector
Architecture: m68k-amigaos; ppc-morphos
URL:          https://www.ktverkko.fi/~msmakela/8bit/c2n-oric/index.en.html

C2N 1.2.1 - Commodore C2N tape format encoder and decoder
Usage: c2n [options] file(s)
Options: -1: use Oric-1 pulse widths and format
         -2: use Commodore 264 series pulse widths and format
         -k: use KIM-1 Hypertape format
         -c device: specify the name of the C2N232 device
         -f: enable fast mode (unsafe with USB RS-232 adapters)
         -d: decode pulses to binary stream
         -D: decode tape image to binary stream
         -e: encode binary stream to pulses (default)
         -E [+-]rate[blsuwW]*[,file]: produce PCM audio
         -i [+-]threshold[+offset][,file.wav]: decode audio
         -h: request this help text
         -p short,medium,long: specify pulse lengths for C2N232
         -r: enable raw operation (input and output pulses)
         -s begin,intra: specify lengths of sync pulse streams
         -t number: specify maximum number of errors
         -v: enable verbose operation
         --: Stop processing any further options.