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

Safe HaskellSafe
LanguageHaskell98

Sound.Sox.Convert

Synopsis

Documentation

simple Source #

Arguments

:: T

source options

-> FilePath

source file name

-> T

target options

-> FilePath

target file name

-> IO ExitCode 
:load Sound.Sox.Convert

simple Option.none "test.aiff" Option.none "test.wav"