shairport-sync: Enable pipe audio backend support
authorDavid Andreoletti <david@andreoletti.net>
Tue, 19 Dec 2023 03:33:05 +0000 (11:33 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 5 Jan 2024 20:41:35 +0000 (21:41 +0100)
commit6d47f6635672934d8f1a8643955c332854f15604
tree7f64aeecb8d919a2255623948f992fd087bebf30
parente30f14d6909ca28148579b3e5df447309abcbce3
shairport-sync: Enable pipe audio backend support

UCI's shairport-sync's pipe conf block is defined but has no effect without shairport-sync's pipe support

Rationale for pipe support:
- On SBC with no sound card available (built-in or external)
  and without ALSA plugins support on OpenwRT (no package)
  to reroute a stream from shairport-sync's ALSA default output
  to a PulseAudio controlled Bluetooth sink , then pipe support
  is required to enable the following flow:
  - shairport-sync -> fifo pipe -> custom_binary_to_send_stream_to_pulse_audio_BT_sink
- small bump in package size: diff: +746 bytes
  - shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk without --pipe: 110806 bytes
  - shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk with --pipe: 111552 bytes

Signed-off-by: David Andreoletti <david@andreoletti.net>
sound/shairport-sync/Makefile