2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_SPEEX
|
2005-11-07 18:26:35 +00:00
|
|
|
tristate
|
2005-05-23 23:40:03 +00:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBSPEEX
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBSPEEX
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libspeex.......................... Open source patent-free speech compression codec"
|
2005-05-23 23:40:03 +00:00
|
|
|
tristate
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 02:16:36 +00:00
|
|
|
select BR2_COMPILE_SPEEX
|
2005-04-09 21:05:39 +00:00
|
|
|
help
|
2005-05-23 23:40:03 +00:00
|
|
|
|
|
|
|
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.
|
2005-11-05 02:16:36 +00:00
|
|
|
|