jack-0.7.1.4: Bindings for the JACK Audio Connection Kit

Safe HaskellNone
LanguageHaskell98

Sound.JACK.Audio

Documentation

type Sample = CFloat #

type Port = Port Sample #

withPort #

Arguments

:: (Direction dir, ThrowsPortRegister e, ThrowsErrno e) 
=> Client

Jack client

-> String

name of the input port

-> (Port dir -> ExceptionalT e IO a) 
-> ExceptionalT e IO a 

mainMono :: (Sample -> IO Sample) -> IO () #

mainStereo :: ((Sample, Sample) -> IO (Sample, Sample)) -> IO () #