ALSA: Difference between revisions
m (→Introduction) |
|||
Line 9: | Line 9: | ||
==ALSA over OSS== | ==ALSA over OSS== | ||
= | =Development API= | ||
==Tutorials== | ==Tutorials== | ||
==ALSA Library API== | ==ALSA Library API== | ||
==ALSA Documentation== | ==ALSA Documentation== |
Revision as of 19:21, 18 August 2006
Introduction
ALSA or Advanced Linux Sound Architectureis a project, which seeks to provide MIDI functionality to the Linux operating system. ALSA has the following significant features.
Features
- Effcient support for all soundcards from consumer to professional multichannel audio devices
- Fully modularized sound drivers
- SMP and thread-safe design
- alsa-lib in order to simplify the high level API
- Support for the older OSS API.