Difference between revisions of "SoX"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "category:Linux category:CLI category:audio ==About== sox is a general command line utility for processing, playing, and recording audio. For single input...")
(No difference)

Revision as of 22:28, 6 November 2019

About

sox is a general command line utility for processing, playing, and recording audio.

For single input files, it can:

  • perform basic editing
  • apply effects
  • return information (via soxi)

For multiple input files, it can be used to:

  • mix them together
  • concatenate them serially
  • use one to effect another

Pages