How can i play audio on a bluetooth speaker using python on a raspberry pi 4 model B

前端 未结 0 371
有刺的猬
有刺的猬 2021-01-27 02:49

I have a script that is supposed to play sound when its triggered by an arduino,

#!/usr/bin/python3.7
import serial
from pydub import AudioSegment
from pydub.play         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题