sox

Play, write, read, convert audio signals using Sox

http://www.haskell.org/haskellwiki/Sox

Version on this page:0.2.2.7
LTS Haskell 22.13:0.2.3.2
Stackage Nightly 2024-03-14:0.2.3.2
Latest on Hackage:0.2.3.2

See all snapshots sox appears in

LicenseRef-GPL licensed and maintained by Henning Thielemann
This version can be pinned in stack with:sox-0.2.2.7@sha256:3e8c8b418e99351332d8951f555336918113c284107270ee1ccbeac779cfcb5e,2843

This is a wrapper to Sox the Sound Exchanger http://sox.sourceforge.net/ which lets you play, write, read and convert audio signals in various formats, resolutions, and numbers of channels.

The functions call sox commands via the shell, that is, the sox and play executables must be installed and in the path to the executables must be set.

In the past this was part of the synthesizer package.

There is some ancient code, which allows interactive playback using the shell-pipe package on GHC-6.2, where no runInteractiveProcess was available.