c1d81a7e2a54189dc029802363a67dabe97dd8d8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / shairport-sync / Config.in
1 config BR2_PACKAGE_SHAIRPORT_SYNC
2         bool "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_LIBDAEMON
8         select BR2_PACKAGE_POLARSSL if !BR2_PACKAGE_OPENSSL
9         select BR2_PACKAGE_POPT
10         help
11           Shairport Sync emulates an AirPort Express for the purpose of
12           streaming audio from iTunes, iPods, iPhones, iPads and AppleTVs.
13           Audio played by a Shairport Sync-powered device stays in synchrony
14           with the source and thus with other devices that are playing the same
15           source synchronously. Thus, for example, synchronised multi-room
16           audio is possible without difficulty.
17
18           https://github.com/mikebrady/shairport-sync
19
20 if BR2_PACKAGE_SHAIRPORT_SYNC
21
22 config BR2_PACKAGE_SHAIRPORT_SYNC_LIBSOXR
23         bool "libsoxr support"
24         select BR2_PACKAGE_LIBSOXR
25         help
26           Enable support for libsoxr, the SoX Resampler library.
27
28           Briefly, Shairport Sync keeps in step with the audio source by
29           deleting or inserting frames of audio into the stream as needed. This
30           "interpolation" is normally inaudible, but it can be heard in some
31           circumstances. Libsoxr allows this interpolation to be done much more
32           smoothly and subtly.
33
34 endif
35
36 comment "shairport-sync needs a toolchain w/ NPTL"
37         depends on BR2_USE_MMU
38         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL