https://help.frozenmountain.com/docs/icelink3/getting-started/starting-a-new-project

——————————————————————————————————————————————————————————————————————————

Starting a Raspberry Pi Project

Raspberry Pi users will need to modify two settings in the audio library (PulseAudio) shipped with Pi. In the /etc/pulse/daemon.conf file, add the following settings:

default-sample-format = s16le
default-sample-rate = 48000

After modifying these settings, you must kill the daemon and restart it. You can do that with the following commands:

pulseaudio --kill
pulseaudio --start

You must also ensure that the pulseaudio server restarts after a reboot, or the SDK will not function properly.

 

————————————————————————————————————————————————————————————————————————

安装PulseAudio

sudo apt-get install pulseaudio
posted on 2018-03-22 18:49  cuizhenfu  阅读(135)  评论(0编辑  收藏  举报