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

  1. Short: GSM speech compression (PPC), incl. source
  2. Type: util/pack
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: Jutta Degener, Carsten Bormann, Andreas R. Kleinert (port)
  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. --
  47. ARK, 27/Apr/98
  48.  
  49.  
  50. **********************************************************************
  51. The original README says about GSM:
  52. **********************************************************************
  53.  
  54. GSM 06.10 13 kbit/s RPE/LTP speech compression available
  55. --------------------------------------------------------
  56.  
  57. The Communications and Operating Systems Research Group (KBS) at the
  58. Technische Universitaet Berlin is currently working on a set of
  59. UNIX-based tools for computer-mediated telecooperation that will be
  60. made freely available.
  61.  
  62. As part of this effort we are publishing an implementation of the
  63. European GSM 06.10 provisional standard for full-rate speech
  64. transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  65. excitation/long term prediction) coding at 13 kbit/s.
  66.  
  67. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
  68. rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
  69. with typical UNIX applications, our implementation turns frames of 160
  70. 16-bit linear samples into 33-byte frames (1650 Bytes/s).
  71. The quality of the algorithm is good enough for reliable speaker
  72. recognition; even music often survives transcoding in recognizable
  73. form (given the bandwidth limitations of 8 kHz sampling rate).
  74.  
  75. The interfaces offered are a front end modelled after compress(1), and
  76. a library API.  Compression and decompression run faster than realtime
  77. on most SPARCstations.  The implementation has been verified against the
  78. ETSI standard test patterns.
  79.  
  80. Jutta Degener (jutta@cs.tu-berlin.de)
  81. Carsten Bormann (cabo@cs.tu-berlin.de)
  82.  
  83. Communications and Operating Systems Research Group, TU Berlin
  84. Fax: +49.30.31425156, Phone: +49.30.31424315
  85.  
  86. --
  87. Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
  88. Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
  89. details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  90.  
  91. **********************************************************************
  92.  
  93.