StereoToMono

command
v0.0.0-...-2b9299c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: MIT Imports: 6 Imported by: 0

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.

Documentation

Overview

convert a stereo wav file into a mono by adding sounds together.

Usage :

-bytes precision
   	precision in bytes per sample. (requires format option set) (default 2)
 -chans string
   	extract/recombine listed channel number(s) only. (default "0,1")
 -db uint
   	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 options
 -help
   	display help/usage.
 -prefix string
   	add individual prefixes to extracted mono file(s) names. (default "L-,R-")
 -rate samples
   	samples per second.(requires format option set) (default 44100)
 -stack
   	recombine all channels into a mono file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL