README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. GSM 06.10 13 kbit/s RPE/LTP speech compression available
  2. --------------------------------------------------------
  3. The Communications and Operating Systems Research Group (KBS) at the
  4. Technische Universitaet Berlin is currently working on a set of
  5. UNIX-based tools for computer-mediated telecooperation that will be
  6. made freely available.
  7. As part of this effort we are publishing an implementation of the
  8. European GSM 06.10 provisional standard for full-rate speech
  9. transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  10. excitation/long term prediction) coding at 13 kbit/s.
  11. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
  12. rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
  13. with typical UNIX applications, our implementation turns frames of 160
  14. 16-bit linear samples into 33-byte frames (1650 Bytes/s).
  15. The quality of the algorithm is good enough for reliable speaker
  16. recognition; even music often survives transcoding in recognizable
  17. form (given the bandwidth limitations of 8 kHz sampling rate).
  18. The interfaces offered are a front end modelled after compress(1), and
  19. a library API. Compression and decompression run faster than realtime
  20. on most SPARCstations. The implementation has been verified against the
  21. ETSI standard test patterns.
  22. Jutta Degener (jutta@cs.tu-berlin.de)
  23. Carsten Bormann (cabo@cs.tu-berlin.de)
  24. Communications and Operating Systems Research Group, TU Berlin
  25. Fax: +49.30.31425156, Phone: +49.30.31424315
  26. --
  27. Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
  28. Universitaet Berlin. See the accompanying file "COPYRIGHT" for
  29. details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.