Config.in 619 B

1234567891011121314151617
  1. comment "signal-estimator needs a toochain w/ C++, threads, gcc >= 7"
  2. depends on !BR2_INSTALL_LIBSTDCPP \
  3. || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
  4. || !BR2_TOOLCHAIN_HAS_THREADS
  5. config BR2_PACKAGE_SIGNAL_ESTIMATOR
  6. bool "signal-estimator"
  7. depends on BR2_INSTALL_LIBSTDCPP
  8. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
  9. depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
  10. select BR2_PACKAGE_ALSA_LIB
  11. help
  12. signal-estimator is a small command-line and GUI tool allowing
  13. to measure different characteristics of the signal looped back
  14. from audio output to audio input.
  15. https://github.com/gavv/signal-estimator