Sox

From HaskellWiki
Revision as of 03:32, 26 April 2021 by Atravers (talk | contribs) (Links to source repositories dead)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SoX, the SOund eXchanger, is a project for converting between various formats and applying effects to the signals.

You can use it to write, read and play audio signals in Haskell applications.

There are two ways to access the functionality of SoX and there are two according Haskell packages:

  • a command line tool that we can talk to from Haskell via pipes,
  • a library with a binary interface.
Package sox
Hackage http://hackage.haskell.org/package/sox
Repository darcs get http://code.haskell.org/~thielema/sox/
Package soxlib
Hackage http://hackage.haskell.org/package/soxlib
Repository darcs get http://code.haskell.org/~thielema/soxlib/