PortAudio: Difference between revisions

From HaskellWiki
(PortAudio package at Hackage)
(use HackagePackage template)
Line 1: Line 1:
The [http://www.portaudio.com/ PortAudio] system allows writing of portable audio applications.
The [http://www.portaudio.com/ PortAudio] system allows writing of portable audio applications.


For Haskell there are
In Haskell it is supported by
* a ready [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/portaudio package] at Hackage and
* the {{HackagePackage|id=portaudio}} package and
* an ongoing effort to create Haskell support at [http://cs-www.cs.yale.edu/homes/hudak-paul/ Yale].
* an ongoing effort to create Haskell support at [http://cs-www.cs.yale.edu/homes/hudak-paul/ Yale].


[[Category:Music]]
[[Category:Music]]
[[Category:Packages]]
[[Category:Packages]]

Revision as of 14:01, 18 November 2011

The PortAudio system allows writing of portable audio applications.

In Haskell it is supported by

  • the portaudio package and
  • an ongoing effort to create Haskell support at Yale.