Introduction: Difference between revisions
Jump to navigation
Jump to search
(New page: The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: * Efficient support for all ...) |
m (Typo) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
* Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. | * Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs. | ||
ALSA is released under the [http://www.gnu.org/licenses/gpl.html GPL (GNU General Public license)] and the [http://www.gnu.org/licenses/gpl.html | ALSA is released under the [http://www.gnu.org/licenses/gpl.html GPL (GNU General Public license)] and the [http://www.gnu.org/licenses/gpl.html LGPL (GNU Lesser General Public License)]. | ||
LGPL (GNU Lesser General Public License)]. | |||
ALSA driver code is included to Linux kernel 2.6. |
Latest revision as of 18:45, 12 August 2007
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features:
- Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces.
- Fully modularized sound drivers.
- SMP and thread-safe design.
- User space library (alsa-lib) to simplify application programming and provide higher level functionality.
- Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs.
ALSA is released under the GPL (GNU General Public license) and the LGPL (GNU Lesser General Public License).
ALSA driver code is included to Linux kernel 2.6.