123456789101112131415161718192021222324 |
- config ADK_COMPILE_SPEEX
- tristate
- default n
- depends on ADK_CXX
- depends on ADK_PACKAGE_LIBSPEEX
- config ADK_PACKAGE_LIBSPEEX
- prompt "libspeex.......................... Open source patent-free speech compression codec"
- tristate
- default n
- select ADK_COMPILE_SPEEX
- help
-
- Speex is an Open Source/Free Software patent-free audio compression
- format designed for speech. The Speex Project aims to lower the
- barrier of entry for voice applications by providing a free
- alternative to expensive proprietary speech codecs. Moreover, Speex
- is well-adapted to Internet applications and provides useful features
- that are not present in most other codecs.
-
- http://www.speex.org/
-
- This package contains the shared codec library, needed by other programs.
|