@hackage sox0.2.2.6
Play, write, read, convert audio signals using Sox
Categories
License
LicenseRef-GPL
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (10)
- base >=1.0 && <2
- containers >=0.1 && <0.6
- explicit-exception >=0.1.3 && <0.2
- extensible-exceptions >=0.1.1 && <0.2
- process >=1.0 && <1.5
- sample-frame >=0.0.1 && <0.1 Show all…
Dependents (8)
@hackage/synthesizer-llvm, @hackage/acme-everything, @hackage/synthesizer-dimensional, @hackage/synthesizer-alsa, @hackage/synthesizer-core, @hackage/synthesizer-midi, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
executeshell
(off by default)
Use ShellPipe package instead of process, preserved for historical reasons. Files are available in the darcs repository but currently not in the cabal package.
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.