Home | History | Annotate | only in /external/libgsm
Up to higher level directory
NameDateSize
Android.mk05-Oct-20171.1K
ChangeLog05-Oct-20173.7K
CleanSpec.mk05-Oct-20172.2K
inc/05-Oct-2017
man/05-Oct-2017
MODULE_LICENSE_BSD_LIKE05-Oct-20170
NOTICE05-Oct-20171.4K
README05-Oct-20171.6K
README.version05-Oct-201763
src/05-Oct-2017

README

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

README.version

      1 URL: http://www.quut.com/gsm/gsm-1.0.13.tar.gz
      2 Version: 1.0.13
      3