jack: Bindings for the JACK Audio Connection Kit

[ gpl, library, sound ] [ Propose Tags ]

Very basic bindings for the JACK Audio Connection Kit


[Skip to Readme]

Modules

[Last Documentation]

  • Sound
    • Sound.JACK

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5, 0.6, 0.6.1, 0.6.1.1, 0.6.2, 0.7, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.1, 0.7.1.1, 0.7.1.2, 0.7.1.3, 0.7.1.4, 0.7.2, 0.7.2.1, 0.7.2.2
Dependencies base (>=2.1) [details]
License LicenseRef-GPL
Author Soenke Hahn
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Sound
Home page http://open-projects.net/~shahn/index.php?seite=code
Uploaded by HenningThielemann at 2008-02-18T11:06:13Z
Distributions LTSHaskell:0.7.2.2, NixOS:0.7.2.2, Stackage:0.7.2.2
Reverse Dependencies 2 direct, 0 indirect [details]
Executables amplify
Downloads 10751 total (59 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 7 reports]

Readme for jack-0.5

[back to package description]
Jack - Bindings to the JACK Audio Connection Kit for Haskell

http://open-projects.net/~shahn/index.php?seite=code

It's far from being finished...



INSTALLATION:

    runhaskell Setup configure
    runhaskell Setup build
    runhaskell Setup haddock    # if you want
    sudo runhaskell Setup install


You need JACK for this to work...
( http://jackaudio.org/ )

You should compile your clients with 'ghc --make -O2 -threaded ...'

The software is licensed under GPL 2, see LICENSE.

Any comments appreciated: shahn@cs.tu-berlin.de