Android: Playing sound over Sco Bluetooth headset

后端 未结 4 975
萌比男神i
萌比男神i 2021-01-31 12:34

For the past few days I have been trying to play any sound over my sco bluetooth headset from my android phone. My final goal with this project is to eventually make a garage do

4条回答
  •  渐次进展
    2021-01-31 12:58

    I actually managed to fix this. The problem was that my pitch that I played over the headset was too high of a frequency. I fixed it by simply doubling up the code that creates the audio file so that it goes HIGH HIGH LOW LOW instead of HIGH LOW HIGH LOW.

提交回复
热议问题