• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D22-Feb-2006502 2914

READMEH A D11-Apr-19971.9 KiB4735

add.cH A D09-Sep-19986 KiB236160

code.cH A D29-Sep-20032.9 KiB10152

config.hH A D18-Mar-19981.4 KiB3512

decode.cH A D09-Sep-19981.8 KiB6440

dependH A D09-Sep-1998789 1514

gsm.hH A D09-Sep-19981.6 KiB6941

gsm_create.cH A D09-Sep-1998861 4629

gsm_decode.cH A D09-Sep-19983.9 KiB127110

gsm_destroy.cH A D09-Sep-1998564 2716

gsm_encode.cH A D09-Sep-19986.2 KiB208108

gsm_option.cH A D09-Sep-1998930 4630

long_term.cH A D09-Sep-199827.8 KiB950614

lpc.cH A D09-Sep-19988.2 KiB342218

preprocess.cH A D09-Sep-19982.8 KiB11445

private.hH A D09-Sep-19988.6 KiB263162

proto.hH A D09-Sep-19981.8 KiB6645

rpe.cH A D09-Sep-199812.9 KiB489254

short_term.cH A D09-Sep-199812.1 KiB430274

table.cH A D09-Sep-19982.1 KiB6413

unproto.hH A D09-Sep-1998473 2413

README

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