My goal is to send audio from my cable box to Bluetooth headphones using my Pi.
I can get it working intermittently in Pulse, but I want to use ALSA instead.
I'm able to see the USB input by typing 'arecord -l' in the CLI, but 'aplay -l' doesn't show Bluetooth among the playback devices.
Is there a way to add Bluetooth to the list, or another way to pipe the input to the output?