Difference between revisions of "ALSA"

From HaskellWiki
Jump to navigation Jump to search
(midi-alsa package)
(moved repositories)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The [http://www.alsa-project.org/main/index.php/Main_Page Advanced Linux Sound Architecture] is addressed by currently three different projects.
 
The [http://www.alsa-project.org/main/index.php/Main_Page Advanced Linux Sound Architecture] is addressed by currently three different projects.
 
* The following three packages were derived from the <code>alsa</code> package below
 
* The following three packages were derived from the <code>alsa</code> package below
** [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-core alsa-core]: Core ALSA functionality, currently only ALSA exceptions
+
** {{HackagePackage|id=alsa-core}}: Core ALSA functionality, currently only ALSA exceptions
** [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-pcm alsa-pcm]: audio signal input and output
+
** {{HackagePackage|id=alsa-pcm}}: audio signal input and output
** [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-seq alsa-seq]: MIDI handling
+
** {{HackagePackage|id=alsa-seq}}: [[MIDI]] handling
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa alsa]: Complete ALSA support (audio signals and MIDI). The original [http://code.haskell.org/alsa/ darcs repository] has been converted to a [http://github.com/yav/alsa-haskell.git git repository], but there are some enhancements in [http://code.haskell.org/~thielema/alsa/ a private darcs repository]
+
* {{HackagePackage|id=alsa}}: Complete ALSA support (audio signals and [[MIDI]]). The original [http://code.haskell.org/alsa/original/ darcs repository] has been converted to a [http://github.com/yav/alsa-haskell.git git repository], but there are some enhancements in [http://code.haskell.org/~thielema/alsa/revised/ another darcs repository]
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi alsa-midi]: ALSA sequencer support (aka MIDI), [http://darcs.haskell.org/alsa-midi/ darcs repository], [http://open-projects.net/~shahn/index.php?seite=code old project page], note that this package is no longer supported in favor of the first mentioned package collection.
+
* {{HackagePackage|id=alsa-midi}}: ALSA sequencer support (aka [[MIDI]]), [http://code.haskell.org/~thielema/alsa-midi/ darcs repository], [http://open-projects.net/~shahn/index.php?seite=code old project page], note that this package is no longer supported in favor of the first mentioned package collection.
   
 
Related packages are
 
Related packages are
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/midi-alsa midi-alsa]: Conversion between data types of the <code>alsa</code> package and the <code>midi</code> package
+
* {{HackagePackage|id=midi-alsa}}: Conversion between data types of the <code>alsa</code> package and the <code>midi</code> package
   
 
[[Category:Music]]
 
[[Category:Music]]

Revision as of 15:58, 23 April 2011

The Advanced Linux Sound Architecture is addressed by currently three different projects.

Related packages are

  • midi-alsa: Conversion between data types of the alsa package and the midi package