ALSA driver - Linux声卡驱动


未知
Linux
C/C++

软件简介

ALSA driver 包括ALSA声卡驱动程序.它是Linux的下一代声卡驱动程序.

The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. ALSA has the following
significant features:

  1. Efficient support for all types of audio interfaces, from consumer soundcards to professional multichannel audio interfaces.
  2. Fully modularized sound drivers.
  3. SMP and thread-safe design.
  4. User space library (alsa-lib) to simplify application programming and provide higher level functionality.
  5. Support for the older 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).