sox-0.2.2.6: Play, write, read, convert audio signals using Sox

Safe HaskellSafe
LanguageHaskell98

Sound.Sox.Information

Description

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

newtype T a Source

Constructors

Cons (ReaderT FilePath IO a) 

simple :: Read a => (String -> Maybe a) -> String -> T a Source

get :: T a -> FilePath -> IO a Source