DCAENC --- experimental 'Coherent Acoustics' compressor.

Usage: dcaenc -i <input.wav> -o <output.dts> -b <kbps>

Optional:
  -l  Ignore input length, can be useful when reading from stdin
  -e  Set the byte-order to 'Little-Endian' (default is 'Big-Endian')
  -h  Print this help screen
  -c  Overwrite the channel configuration (default is: auto-selection)
  -f  Add an LFE channel (default: used for 6-channel input)
  -v  Show version info

DETAILS:

The input .WAV file must be either 16-bit or 32-bit integer;
the input or output file name can be "-" for stdin/stdout.

The bitrate is specified in kilobits per second and may be rounded up;
floating-point values are allowed.

* Available channel-layouts:

  -  1: A
  -  2: A, B
  -  3: L, R
  -  4: (L+R), (L-R)
  -  5: Lt, Rt
  -  6: FC, FL, FR
  -  7: FL, FR, BC
  -  8: FC, FL, FR, BC
  -  9: FL, FR, BL, BR
  - 10: FC, FL, FR, BL, BR
  - 11: CL, CR, FL, FR, BL, BR (not supported)
  - 12: FC, FL, FR, BL, BR, OV (not supported)
  - 13: FC, BC, FL, FR, BL, BR (not supported)
  - 14: CL, FC, CR, FL, FR, BL, BR (not supported)
  - 15: CL, CR, FL, FR, SL1, SL2, SR1, SR2 (not supported)
  - 16: CL, FC, CR, FL, FR, BL, BC, BR (not supported)

[more info in the file 'uncommon-channel-layouts.mht']

* Valid sample rates (in kHz):

  8 11.025 12 16 22.05 24 32 44.1 48

* Transmission bitrates (in kbps):

  32     56     64     96     112    128    192     224
  256    320    384    448    512    576    640     768
  960    1024   1152   1280   1344   1408   1411.2  1472
  1536   1920   2048   3072   3840   open   VBR     LOSSLESS