soxlib

Write, read, convert audio signals using libsox

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

Version on this page:0.0.3
LTS Haskell 19.33:0.0.3.1
Stackage Nightly 2023-06-04: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@sha256:09b6cc122afb7f7cdaccc801c2ce5a8ec1228c8e1ea75f5260695e20484e48fc,1921

Module documentation for 0.0.3

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.