linux 播放pcm
2020-04-11 本文已影响0人
Caiaolun
sudo apt-get install sox -y
play -t raw -r 44100 -e signed -b 16 -c 2 out.pcm
-r = sampling rate
-b = sampling precision (bits)
-c = number of channels
sudo apt-get install sox -y
-r = sampling rate
-b = sampling precision (bits)
-c = number of channels