package
0.0.0-20200924170840-2b9299cb1bca
Repository: https://github.com/splace/signals.git
Documentation: pkg.go.dev

# README

Extract or Combine channels, from a wave file, to mono wave file(s). (tomono[SYSV64].elf:-linux amd64 executable, provided as is.)

Usage:
<<executable>> <<flags>> <<inFile>> <<outfile>>
flags:
  -bytes precision
    	precision in bytes per sample. (requires format flag set) (default 2)
  -chans string
    	extract/recombine listed channel number(s) only. ('1,2' for first 2 channels) (default "1,2")
  -db int
    	reduce volume in dB (-6 to halve.) stacked channels could clip without.
  -format
    	don't use input sample rate and precision for output, use command-line flags.
  -help
    	display help/usage.
  -prefix string
    	add individual prefixes to extracted mono file(s) names. (default "L-,R-,C-,LFE-,LB-,RB-")
  -rate samples
    	samples per second.(requires format flag set) (default 44100)
  -stack
    	combine channels into a mono file.