sox-0.1: Play, write, read, convert audio signals using SoxSource codeContentsIndex
Sound.Sox.Play
Synopsis
simple :: C y => (Handle -> sig y -> IO ()) -> T -> Int -> sig y -> IO ExitCode
extended :: C y => (Handle -> sig y -> IO ()) -> T -> T -> Int -> sig y -> IO ExitCode
Documentation
simpleSource
:: C y
=> Handle -> sig y -> IO ()Writer routine - e.g. Sound.Sox.Signal.List.put or Data.StorableVector.hPut
-> T
-> Intsample rate
-> sig y
-> IO ExitCode
 :load Sound.Sox.Play Sound.Sox.Signal.List

 simple Sound.Sox.Signal.List.put Option.none 11025 (iterate (1000+) (0::Data.Int.Int16))
extendedSource
:: C y
=> Handle -> sig y -> IO ()Writer routine - e.g. Sound.Sox.Signal.List.put or Data.StorableVector.hPut
-> Tsource options, usually none
-> Ttarget options
-> Intsample rate
-> sig y
-> IO ExitCode
Produced by Haddock version 2.4.2