1 config BR2_PACKAGE_SHAIRPORT_SYNC
3 depends on BR2_USE_MMU # libdaemon
4 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5 select BR2_PACKAGE_ALSA_LIB
6 select BR2_PACKAGE_ALSA_LIB_MIXER
7 select BR2_PACKAGE_LIBCONFIG
8 select BR2_PACKAGE_LIBDAEMON
9 select BR2_PACKAGE_POLARSSL if !BR2_PACKAGE_OPENSSL
10 select BR2_PACKAGE_POPT
12 Shairport Sync emulates an AirPort Express for the purpose of
13 streaming audio from iTunes, iPods, iPhones, iPads and AppleTVs.
14 Audio played by a Shairport Sync-powered device stays in synchrony
15 with the source and thus with other devices that are playing the same
16 source synchronously. Thus, for example, synchronised multi-room
17 audio is possible without difficulty.
19 https://github.com/mikebrady/shairport-sync
21 if BR2_PACKAGE_SHAIRPORT_SYNC
23 config BR2_PACKAGE_SHAIRPORT_SYNC_LIBSOXR
24 bool "libsoxr support"
25 select BR2_PACKAGE_LIBSOXR
27 Enable support for libsoxr, the SoX Resampler library.
29 Briefly, Shairport Sync keeps in step with the audio source by
30 deleting or inserting frames of audio into the stream as needed. This
31 "interpolation" is normally inaudible, but it can be heard in some
32 circumstances. Libsoxr allows this interpolation to be done much more
37 comment "shairport-sync needs a toolchain w/ NPTL"
38 depends on BR2_USE_MMU
39 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL