Config.in 685 B

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