jack-0.6.2: Bindings for the JACK Audio Connection Kit

Safe HaskellSafe-Infered

Sound.JACK.Audio

Documentation

withPortSource

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