SoX: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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 edit summary
Line 3: Line 3:
[[category:audio]]
[[category:audio]]
==About==
==About==
[[sox]] is a general [[command line]] utility for processing, playing, and recording audio.
[[SoX]], the '''So'''und e'''X'''change program, is a general [[command line]] utility for processing, playing, and recording audio.


For single input files, it can:
For single input files, it can:
* perform basic editing
* perform basic editing
* apply effects
* apply effects
* return information (via [[soxi]])
* return information (via [[SoXI]])


For multiple input files, it can be used to:
For multiple input files, it can be used to:
Line 14: Line 14:
* concatenate them serially
* concatenate them serially
* use one to effect another
* use one to effect another
==Pages==
==Related==
* {{l/manpage}}
* [[SoXI]]: the '''So'''und e'''X'''change '''I'''nformation utility
* [[soxi]]: sox information utility
==Manual Pages==
* {{l/manpage|sox}}
* {{l/manpage|soxi}}: sox information utility

Revision as of 22:47, 6 November 2019

About

SoX, the Sound eXchange program, 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
  • SoXI: the Sound eXchange Information utility

Manual Pages