Difference between revisions of "ALSA"

From HaskellWiki
Jump to navigation Jump to search
(link to ALSA project)
(added information from MIDI article)
Line 1: Line 1:
 
The [http://www.alsa-project.org/main/index.php/Main_Page Advanced Linux Sound Architecture] can be addressed by currently two different projects:
 
The [http://www.alsa-project.org/main/index.php/Main_Page Advanced Linux Sound Architecture] can be addressed by currently two different projects:
* Complete ALSA support (audio signals and MIDI): http://code.haskell.org/alsa/
+
* <code>alsa</code>: Complete ALSA support (audio signals and MIDI), [http://code.haskell.org/alsa/ darcs repository]
* ALSA sequencer support (aka MIDI): http://darcs.haskell.org/alsa-midi/, http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi, http://open-projects.net/~shahn/index.php?seite=code
+
* <code>alsa-midi</code>: ALSA sequencer support (aka MIDI), [http://darcs.haskell.org/alsa-midi/ darcs repository], [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi hackage], [http://open-projects.net/~shahn/index.php?seite=code old project page], note that this package is no longer supported in favor of the alsa package.
   
 
[[Category:Music]]
 
[[Category:Music]]

Revision as of 06:34, 5 September 2008

The Advanced Linux Sound Architecture can be addressed by currently two different projects: