soxlib

Write, read, convert audio signals using libsox

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

Version on this page:0.0.3.1
LTS Haskell 19.33:0.0.3.1
Stackage Nightly 2023-05-31:0.0.3.2
Latest on Hackage:0.0.3.2

See all snapshots soxlib appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:soxlib-0.0.3.1@sha256:77bb216032bb9cb63362b1afb1545223ad9c7e19c7bdb0b3854c616cdb440354,1895

Module documentation for 0.0.3.1

This is an FFI binding to libsox of the Sox (Sound Exchanger) project http://sox.sourceforge.net/. It lets write, read and convert audio signals in various formats, resolutions, and numbers of channels.

The package sox has similar functionality but calls the sox shell command.