Config.in 1011 B

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