cardonabits / haxo-hw

Haxophone, an electronic musical instrument that resembles a saxophone
Other
618 stars 19 forks source link

Bluetooth support as audio output #64

Open Utopiah opened 9 months ago

Utopiah commented 9 months ago

Due to necessity https://github.com/cardonabits/haxo-hw/issues/61 but also having good headphones while wanting to stay mobile I'd like to know how to use Bluetooth headphones.

jcard0na commented 9 months ago

If anyone is interested in implementing this, keep in mind that Bluetooth is disabled on the default images we've released so far. To re-enable it, you will need to remove or comment out this line from /boot/config.txt

dtoverlay=disable-bt
Utopiah commented 9 months ago

See also https://github.com/cardonabits/haxo-rs/issues/3