source: freewrt/package/gsm/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.0 KB
Line 
1config BR2_COMPILE_GSM
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBGSM
5
6config BR2_PACKAGE_LIBGSM
7 prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_GSM
11 help
12 An implementation of the European GSM 06.10 provisional standard
13 for full-rate speech transcoding, prI-ETS 300 036, which uses
14 RPE/LTP (residual pulse excitation/long term prediction) coding
15 at 13 kbit/s.
16
17 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
18
19config BR2_PACKAGE_GSM_UTILS
20 prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
21 tristate
22 default m if CONFIG_DEVEL
23 depends BR2_PACKAGE_LIBGSM
24 help
25 An implementation of the European GSM 06.10 provisional standard
26 for full-rate speech transcoding, prI-ETS 300 036, which uses
27 RPE/LTP (residual pulse excitation/long term prediction) coding
28 at 13 kbit/s.
29
30 ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
Note: See TracBrowser for help on using the repository browser.