Tomato-rubato
From HaskellWiki
(Difference between revisions)
(→Releases and Resources) |
|||
| (2 intermediate revisions not shown.) | |||
| Line 13: | Line 13: | ||
== Releases and Resources == | == Releases and Resources == | ||
* Download on hackage | * Download on hackage | ||
| - | ** [http://hackage.haskell.org/package/tomato-rubato-openal tomato-rubato- | + | ** [http://hackage.haskell.org/package/tomato-rubato-openal tomato-rubato-openal] - extremely simple library to play raw audio data |
* <span id="feedback">Feedback</span> and Contact | * <span id="feedback">Feedback</span> and Contact | ||
** Maintainer: [http://apfelmus.nfshost.com/ Heinrich Apfelmus] <apfelmus at quantentunnel de> | ** Maintainer: [http://apfelmus.nfshost.com/ Heinrich Apfelmus] <apfelmus at quantentunnel de> | ||
| - | ** Bugs and feature requests? '''[https://github.com/HeinrichApfelmus/tomato-rubato/issues | + | ** Bugs and feature requests? '''[https://github.com/HeinrichApfelmus/tomato-rubato/issues Issue Tracker!]''' |
** Questions? [http://stackoverflow.com/questions/ask?tags=tomato-rubato+haskell+audio Ask on StackOverflow!] | ** Questions? [http://stackoverflow.com/questions/ask?tags=tomato-rubato+haskell+audio Ask on StackOverflow!] | ||
* Source code on github | * Source code on github | ||
** [https://github.com/HeinrichApfelmus/tomato-rubato/ tomato-rubato] source | ** [https://github.com/HeinrichApfelmus/tomato-rubato/ tomato-rubato] source | ||
Current revision
1 What is it?
Tomato-rubato is an easy to use library for live audio programming in Haskell. Instant gratification from your speakers by typing into GHCi!
Support the project with a small donation:
2 Status
Tomato-rubato is currently in a very experimental phase and will likely remain that way in the foreseeable future. In other words: this is a developer preview, the API may change at any time without notice. Adventurers only!
A current offspring is the tomato-rubato-openl package which allows you to play raw audio data on your speakers. It has an extremely simple interface and uses OpenAL as a backend.
3 Releases and Resources
- Download on hackage
- tomato-rubato-openal - extremely simple library to play raw audio data
- Feedback and Contact
- Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
- Bugs and feature requests? Issue Tracker!
- Questions? Ask on StackOverflow!
- Source code on github
- tomato-rubato source
