blob: 9af1d7dda3706ace7d119c8f680e9a6d5d671cf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
config ADK_COMPILE_GSM
tristate
default n
depends on ADK_PACKAGE_LIBGSM
config ADK_PACKAGE_LIBGSM
prompt "libgsm............................ A GSM 06.10 full-rate speech transcoding implementation (library)"
tristate
default n
select ADK_COMPILE_GSM
help
An implementation of the European GSM 06.10 provisional standard
for full-rate speech transcoding, prI-ETS 300 036, which uses
RPE/LTP (residual pulse excitation/long term prediction) coding
at 13 kbit/s.
ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
config ADK_PACKAGE_GSM_UTILS
prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
tristate
default n
depends on ADK_PACKAGE_LIBGSM
help
An implementation of the European GSM 06.10 provisional standard
for full-rate speech transcoding, prI-ETS 300 036, which uses
RPE/LTP (residual pulse excitation/long term prediction) coding
at 13 kbit/s.
ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|