home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / speech / 232 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  3.0 KB

  1. Xref: sparky comp.speech:232 alt.binaries.sounds.d:2044
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!ira.uka.de!chx400!sicsun!disuns2!disuns2.epfl.ch!simon
  3. From: simon@lia.di.epfl.ch (Simon Leinen)
  4. Newsgroups: comp.speech,alt.binaries.sounds.d
  5. Subject: Re: Looking for GSM 06.10 spec/implementation
  6. Message-ID: <SIMON.92Nov8214511@liasg2.epfl.ch>
  7. Date: 8 Nov 92 20:45:11 GMT
  8. References: <1992Nov8.194321.26097@CSD-NewsHost.Stanford.EDU>
  9. Sender: news@disuns2.epfl.ch
  10. Followup-To: comp.speech
  11. Organization: DI-LIA -- Ecole Polytechnique Federale de Lausanne
  12. Lines: 55
  13. Nntp-Posting-Host: liasg2.epfl.ch
  14. In-reply-to: minakami@Xenon.Stanford.EDU's message of 8 Nov 92 19:43:21 GMT
  15. X-Md4-Signature: d8f3c99e953539231960ae0e34f4fa90
  16.  
  17. minakami@Xenon.Stanford.EDU (Michael K. Minakami) writes:
  18.  
  19.    Hi, does anyone out there have the GSM 06.10 specification in
  20.    softcopy, or alternatively some C code implementing it?
  21.  
  22. An implementation can be FTPed from
  23.     tub.cs.tu-berlin.de:/pub/tubmik/gsm-1.0.tar.Z
  24.                            +/pub/tubmik/gsm-1.0-patch1
  25.  
  26. or as a faster but not always up-to-date alternative:
  27.     liasun3.epfl.ch:/pub/audio/gsm-1.0pl1.tar.Z
  28.  
  29. See the README file after the signature.
  30. -- 
  31. Simon Leinen.
  32. Laboratoire d'Intelligence Artificielle
  33. Ecole Polytechnique Federale de Lausanne
  34.  
  35. /*
  36.  * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
  37.  * Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
  38.  * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  39.  */
  40.  
  41. GSM 06.10 13 kbit/s RPE/LTP speech compression available
  42. --------------------------------------------------------
  43.  
  44. The Communications and Operating Systems Research Group (KBS) at the
  45. Technische Universitaet Berlin is currently working on a set of
  46. UNIX-based tools for computer-mediated telecooperation that will be
  47. made freely available.
  48.  
  49. As part of this effort we are publishing an implementation of the
  50. European GSM 06.10 provisional standard for full-rate speech
  51. transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  52. excitation/long term prediction) coding at 13 kbit/s.
  53.  
  54. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
  55. rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
  56. with typical UNIX applications, our implementation turns frames of 160
  57. 16-bit linear samples into 33-byte frames (1650 Bytes/s).
  58. The quality of the algorithm is good enough for reliable speaker
  59. recognition; even music often survives transcoding in recognizable 
  60. form (given the bandwidth limitations of 8 kHz sampling rate).
  61.  
  62. The interfaces offered are a front end modelled after compress(1), and
  63. a library API.  Compression and decompression run faster than realtime
  64. on most SPARCstations.  The implementation has been verified against the
  65. ETSI standard test patterns.
  66.  
  67. Jutta Degener (jutta@cs.tu-berlin.de)
  68. Carsten Bormann (cabo@cs.tu-berlin.de)
  69.  
  70. Communications and Operating Systems Research Group, TU Berlin
  71. Fax: +49.30.31425156, Phone: +49.30.31424315
  72.