Meta Configuration of Package libgsm
1
<package name="libgsm" project="multimedia:EL5">
2
<title>GSM 06.10 Lossy Speech Compressor Library and Utilities</title>
3
<description>Contains libraries and binaries for a GSM speech compressor. libgsm
4
contains a standard implementation of the European GSM 06.10
5
provisional standard for full-rate speech transcoding, prI-ETS 300 036,
6
which uses RPE/LTP (residual pulse excitation/long term prediction)
7
coding at 13 kbit/s.
8
9
GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate,
10
i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with
11
typical UNIX applications, our implementation turns frames of 160
12
16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality
13
of the algorithm is good enough for reliable speaker recognition; even
14
music often survives transcoding in recognizable form (given the
15
bandwidth limitations of 8 kHz sampling rate).
16
17
The interfaces offered are a front end modelled after compress(1), and
18
a library API. Compression and decompression run faster than realtime
19
on most SPARCstations. The implementation has been verified against
20
the ETSI standard test patterns.</description>
21
<build>
22
<disable repository="openSUSE_11.0"/>
23
<disable repository="openSUSE_11.1"/>
24
</build>
25
</package>
26