Safe Haskell | Safe |
---|---|
Language | Haskell98 |
This module calls the soxi
command
which is available since sox
version 14.
We have to call soxi
for every option.
However we hide this in our interface,
such that we could do more efficiently,
if soxi
supports multiple outputs in future.
Documentation
sampleRate :: T Int Source #
numberOfChannels :: T Int Source #
bitsPerSample :: T Int Source #
exampleSingle :: IO Int Source #