lukasjapan / bt-speaker

A simple Bluetooth Speaker Daemon for the Raspberry Pi 3
GNU General Public License v3.0
495 stars 95 forks source link

Pairing code and hand free #73

Closed amerinoj closed 4 years ago

amerinoj commented 4 years ago

Hi. I modified bt_speaker.py to permit the pairing by pin code. Also add funtions in install.sh. to customize the instalation and permit install pluse-audio if you whant use the raspberrypi as hand free using headset profile if the system has a microphone connected.

The .service was updated to permit run pulse-audio

lukasjapan commented 4 years ago

There is a lot of stuff in this one.

Adding pulse as opt-in is a good idea but after having a quick look at all the things that have been done in here, I get the feeling that bt-speaker is not really designed for that. (It was created to avoid pulse audio after all)

Pulse support should better be done in a new project.

I will update the readme to avoid further confusion.