Sox
From HaskellWiki
(Difference between revisions)
(soxlib) |
|||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
SoX, the [http://sox.sourceforge.net/ SOund eXchanger], | SoX, the [http://sox.sourceforge.net/ SOund eXchanger], | ||
| - | is a | + | is a project for converting between various formats |
and applying effects to the signals. | and applying effects to the signals. | ||
You can use it to write, read and play audio signals in Haskell applications. | 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. | ||
| + | |||
| + | {{PackageInfoBox|name=sox|darcs-code=~thielema/sox/}} | ||
| + | |||
| + | {{PackageInfoBox|name=soxlib|darcs-code=~thielema/soxlib/}} | ||
[[Category:Music]] | [[Category:Music]] | ||
Current revision
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.
| Hackage | http://hackage.haskell.org/package/sox |
| Repository | darcs get http://code.haskell.org/~thielema/sox/
|
| Hackage | http://hackage.haskell.org/package/soxlib |
| Repository | darcs get http://code.haskell.org/~thielema/soxlib/
|
