安裝聲音服務
sudo apt-get install alsa-utils
加載驅動
sudo modprobe snd_bcm2835
編譯DEMO
cd /opt/vc/src/hello_pi/
./rebuild.sh
測試DEMO
cd hello_audio
3.5毫米輸出
./hello_audio.bin
HDMI輸出
./hello_audio.bin 1
=============================================================
命令行播放器:
sudo apt-get install mplayer
GUI播放器:
sudo apt-get install smplayer
播放MP3
mplayer -ao alsa test.mp3
=============================================================
調節(jié)音量
GUI模式
alsamixer
命令行模式
amixer
amixer sset PCM 80%
amixer --help
Usage: amixer [command]
Available options:
-h,--help
-c,--card N
-D,--device N
-d,--debug
-n,--nocheck
-v,--version
-q,--quiet
-i,--inactive
-a,--abstract L select abstraction level (none or basic)
-s,--stdin
Available commands:
scontrols
scontents
sset sID P
sget sID
controls
contents
cset cID P
cget cID
=============================================================
|
|