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

..--

add-test/22-Nov-2023-1,038856

inc/22-Nov-2023-580361

man/22-Nov-2023-619568

src/22-Nov-2023-6,8234,973

tls/22-Nov-2023-713495

tst/22-Nov-2023-530400

.gitD01-Jan-19700

Android.bpD22-Nov-20231.2 KiB4742

COPYRIGHTD22-Nov-20231.4 KiB3628

ChangeLogD22-Nov-20234.1 KiB11483

CleanSpec.mkD22-Nov-20232.2 KiB500

INSTALLD22-Nov-20233.1 KiB10068

MACHINESD22-Nov-2023439 1210

MANIFESTD22-Nov-20231.2 KiB6059

MODULE_LICENSE_BSD_LIKED22-Nov-20230

MakefileD22-Nov-202311.4 KiB495275

NOTICED22-Nov-20231.4 KiB3628

READMED22-Nov-20231.7 KiB3829

README.versionD22-Nov-202363 32

README

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

README.version

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