I have Raspberry pi 3B+ and bluetooth speaker Beats Pill+. I am trying to forward all audio to this speaker and use it as default. Bluetooth connection between rpi and speaker is not a problem, using bluetoothctl
I can easily achieve it. Using this command: aplay -D bluealsa:HCI=hci0,DEV=MAC,PROFILE=a2dp /usr/share/sounds/alsa/Front_Center.wav
I can play test sound to the speaker but I am not able to find how to forward all sounds to this speaker (for example espeak "test"
).
Thanks for advance