Ubuntu环境下安装alsa库(高级LINUX声音库)

Advanced Linux Sound Architecture (ALSA) project

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 (PLEASE READ THIS).
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.

sudo apt-get install alsa-base, alsa-utils, alsa-source,libasound2-dev

你可能感兴趣的:(linux)