Harts - Haskell Realtime Sound

The goal of this project is to write some live-coding software that can be used with GHCi. There are many audio libraries for Haskell which can be used for this, but often they don't work on Windows or they depend on additional software that must be installed. I didn't manage to use most of them successfully. So I started to write a small realtime library on my own which is highly experimental so far.

Currently, the library only runs on Windows. It is based on the DirectSound library by Balazs Komuves which can be downloaded from code.haskell.org/~bkomuves/.

So far, there are no interesting results nor useful modules, only first experiments. If you are interested in it, you can find all the current ressources here. Feel free to use any of the code if you are a Haskell programmer and you are working on similar things.