ReSpeaker 2-Mic Pi HAT 的麦克风开关。使用开发板上的按钮开关麦克风。
git clone https://github.com/wzpan/ReSpeaker-Switcher.git
cd ReSpeaker-Switcher
pip install -r requirements.txt
python switcher.py
要与叮当一同开机启动,可以参考叮当 设置开机启动 ,在 dingdang.sh 中添加如下命令:
...
sleep 1
sudo python /home/pi/ReSpeaker-Switcher/switcher.py &