Config.in 780 B

123456789101112131415161718192021222324
  1. config ADK_COMPILE_SPEEX
  2. tristate
  3. default n
  4. depends ADK_CXX
  5. depends ADK_PACKAGE_LIBSPEEX
  6. config ADK_PACKAGE_LIBSPEEX
  7. prompt "libspeex.......................... Open source patent-free speech compression codec"
  8. tristate
  9. default n
  10. select ADK_COMPILE_SPEEX
  11. help
  12. Speex is an Open Source/Free Software patent-free audio compression
  13. format designed for speech. The Speex Project aims to lower the
  14. barrier of entry for voice applications by providing a free
  15. alternative to expensive proprietary speech codecs. Moreover, Speex
  16. is well-adapted to Internet applications and provides useful features
  17. that are not present in most other codecs.
  18. http://www.speex.org/
  19. This package contains the shared codec library, needed by other programs.