home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / gsmPPC.readme < prev    next >
Text File  |  1998-05-11  |  4KB  |  96 lines

  1. Short:    GSM speech compression (PPC), incl. source
  2. Author:   Jutta Degener, Carsten Bormann, Andreas R. Kleinert (port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     util/pack
  5.  
  6.  GSM: lossy speech compression for WWW streaming audio
  7.  -----------------------------------------------------
  8.  
  9.  This is a port of the GSM 06.10 (Release 1.0 Patchlevel 10)
  10.  lossy speech compression library and the "toast" encoder/decoder
  11.  tool.
  12.  
  13.  GSM is as "real" as other streaming audio standards, but it's
  14.  free instead. There's already a "audio/x-gsm" MIME type defined
  15.  (see http://itre.ncsu.edu/gsm/) and a GSM Java applet available
  16.  from Vosaic (http://www.vosaic.com).
  17.  
  18.  There once already has been an ixemul port of GSM for 68k Amigas,
  19.  done by Michael Cheng. The decoder is available under
  20.  Aminet:util/pack/GSMToast.lha while Aminet:comm/tcp/unrealaudio.lha
  21.  shows how to implement a streaming audio GSM mime type with
  22.  Amiga browsers. Then, there's a realtime GSM player from Sinisa
  23.  Kenic, which can be found under Aminet:comm/tcp/Gir#?.lha and
  24.  does include some little tools for IFF conversion plus a small
  25.  "littlegir" plugin for your web browser.
  26.  
  27.  For more information and further links, take a look at the GSM
  28.  homepage under http://www.cs.tu-berlin.de/~jutta/toast.html
  29.  
  30.  
  31.  About the powerUP (TM) PPC port:
  32.  
  33.   - all the changes have been documented in "src/changes.powerup"
  34.   - there BTW shouldn't be a problem in generating another
  35.     68k version (non-ixemul) with the supplied smakefile by doing
  36.     only some minor adjustments
  37.   - the ELF module can be found in the "bin" directory. To start
  38.     it directly from Shell, make sure to have the ElfLoadSeg
  39.     patch in your startup-sequence and set the "e" protection
  40.     bit on the executable. Otherwise, please use SAS/C's
  41.     RunElf tool for execution
  42.   - in the "lib" directory there's the link library "libgsm.a",
  43.     in case you'd like to add GSM support to your own PPC programs
  44.  
  45.  
  46.  For a list of options type:
  47.  
  48.     RunElf toast.elf -help
  49.  
  50. --
  51. ARK, 27/Apr/98
  52.  
  53.  
  54. **********************************************************************
  55. The original README says about GSM:
  56. **********************************************************************
  57.  
  58. GSM 06.10 13 kbit/s RPE/LTP speech compression available
  59. --------------------------------------------------------
  60.  
  61. The Communications and Operating Systems Research Group (KBS) at the
  62. Technische Universitaet Berlin is currently working on a set of
  63. UNIX-based tools for computer-mediated telecooperation that will be
  64. made freely available.
  65.  
  66. As part of this effort we are publishing an implementation of the
  67. European GSM 06.10 provisional standard for full-rate speech
  68. transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  69. excitation/long term prediction) coding at 13 kbit/s.
  70.  
  71. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
  72. rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
  73. with typical UNIX applications, our implementation turns frames of 160
  74. 16-bit linear samples into 33-byte frames (1650 Bytes/s).
  75. The quality of the algorithm is good enough for reliable speaker
  76. recognition; even music often survives transcoding in recognizable
  77. form (given the bandwidth limitations of 8 kHz sampling rate).
  78.  
  79. The interfaces offered are a front end modelled after compress(1), and
  80. a library API.  Compression and decompression run faster than realtime
  81. on most SPARCstations.  The implementation has been verified against the
  82. ETSI standard test patterns.
  83.  
  84. Jutta Degener (jutta@cs.tu-berlin.de)
  85. Carsten Bormann (cabo@cs.tu-berlin.de)
  86.  
  87. Communications and Operating Systems Research Group, TU Berlin
  88. Fax: +49.30.31425156, Phone: +49.30.31424315
  89.  
  90. --
  91. Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
  92. Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
  93. details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  94.  
  95. **********************************************************************
  96.