I have a bluetooth speaker that works well with LE through a USB bluetooth adapter.
My box is connected to TV through HDMI (Rockchip android box booting LE).
I saw some posts that some users were able to combine 02 audio outputs (most of them were HDMI + Analog).
I could find a user who was able to do that with Bluetooth + HDMI, but didn't teach how to.
Digging some websites, I could see which devices were selected at a time:
Code
(Bluetooth)
LibreELEC:~ # pactl info
Server String: /var/run/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 6
Tile Size: 65496
User Name: root
Host Name: LibreELEC
Server Name: pulseaudio
Server Version: 12.2
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: bluez_sink.88_C6_26_04_B0_2C.a2dp_sink
Default Source: bluez_sink.88_C6_26_04_B0_2C.a2dp_sink.monitor
Cookie: 39aa:b13f
(HDMI)
LibreELEC:~ # pactl info
Server String: /var/run/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 2
Tile Size: 65496
User Name: root
Host Name: LibreELEC
Server Name: pulseaudio
Server Version: 12.2
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: auto_null
Default Source: auto_null.monitor
Cookie: 1d52:2ada
LibreELEC:~ # pactl list short sinks
1 alsa_output.1.hdmi-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED
2 alsa_output.0.stereo-fallback module-alsa-card.c s16le 2ch 48000Hz SUSPENDED
3 alsa_output.2.stereo-fallback module-alsa-card.c s16le 2ch 44100Hz SUSPENDED
4 bluez_sink.88_C6_26_04_B0_2C.a2dp_sink module-bluez5-device.c s16le 2ch 44100Hz SUSPENDED
Display More
I tried the following:
Code
pactl load-module module-combine-sink sink_name=combined slaves=bluez_sink.88_C6_26_04_B0_2C.a2dp_sink,auto_null sink_properties="device.description='Combined HDMI+ BT' device.icon_name='audio-card-symbolic'"
But the output:
Can some one help with the steps? I'm kinda learning linux/LE.
Btw, my /etc/pulse/default.pa is unwritable according to nano.
Thx