home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / sound / mpw32-5s.zip / ANNOUNCE.TXT < prev    next >
Text File  |  1994-06-23  |  4KB  |  84 lines

  1. This announcement has been posted to the following newsgroups:
  2.   alt.comp.compression, comp.compression, alt.binaries.multimedia,
  3.   comp.multimedia, alt.binaries.sounds.misc, de.alt.binaries.sounds
  4. last edit: 6/23/94 14:36:07
  5.  
  6. Hi MPEG audio fans,
  7.  
  8. I'd like to announce the second release of my free, software-only MPEG
  9. audio player maplay. Those of you who are already familiar with maplay 1.1
  10. may take a look at the list of changes in version 1.2:
  11.   - required CPU time reduced by 50%
  12.   - support of 16 bit soundcarts under Linux
  13.     Implemented by Louis P. Kruger (lpkruger@phoenix.princeton.edu)
  14.   - 8 kHz u-law realtime playback on amd devices (SPARC 2/IPX/...)
  15.     or conversion to 8 kHz u-law to stdout
  16.     Based on an implementation by Jim Boucher (jboucher@flash.bu.edu)
  17.   - some bug-fixes (-u options, Solaris 2.3 problem, problems with older
  18.     GNU C++ releases, makedepend usage removed)
  19.  
  20. All in all version 1.2 is now capable of
  21.   - playing MPEG audio layer I or II streams on SPARC 10 (SunOS 4.1.3 or
  22.     Solaris 2.x), Silicon Graphics Indigo (IRIX 4.0.x or IRIX 5.x) and Linux
  23.     machines in nearly CD-quality. On a SPARC 10/40, maplay needs about
  24.     46% CPU time for realtime stereo playback and 26% for mono playback.
  25.     (maplay can't be compiled under IRIX 5.x because of the missing audio
  26.      library, but an IRIX 4.0.5F binary works under IRIX 5.x, too)
  27.   - playing these streams in 8 kHz u-law format on SPARC 2/IPX/...
  28.     (SunOS 4.1.x) machines using the amd device. On a SPARCstation IPX,
  29.     maplay needs about 43% CPU time for realtime mono playback.
  30.   - decoding streams to raw 16 bit pcm format at the frequency of the stream
  31.     (32, 44.1 or 48 kHz) or to 8 bit u-law format downsampled to 8 kHz.
  32.  
  33. The C++ sourcecode of maplay 1.2 and a short layer II MPEG audio stream
  34. for testing purposes has been posted to alt.binaries.multimedia on 6/23/94.
  35.  
  36. The sources and some binaries are available via the ftp server
  37. ftp.cs.tu-berlin.de in the directory incoming/maplay1.2
  38. It contains:
  39. -rw-r--r--   1 bading   doping      4290 Jun 23 14:20 ANNOUNCEMENT
  40. -rw-r--r--   1 bading   doping     95691 Jun 23 14:19 maplay1_2.tar.Z
  41. -rwxr-xr-x   1 bading   doping     96497 Jun 22 12:30 maplay_indigo.Z*
  42. -rwxr-xr-x   1 bading   doping     81469 Jun 22 12:12 maplay_sol2.Z*
  43. -rwxr-xr-x   1 bading   doping     88881 Jun 22 12:17 maplay_sunos4_1_3.Z*
  44. -rwxr-xr-x   1 bading   doping     93125 Jun 22 12:35 maplay_ulaw_sunos4_1_3.Z*
  45. -rw-r--r--   1 bading   doping    372821 Jun 23 12:16 things.mp2
  46.  
  47. Due to slow Internet connections to this site, please use the mail server
  48. mail-server@cs.tu-berlin.de. Send an email to this address with the contents
  49. SEND incoming/maplay1.2/maplay1_2.tar.Z
  50. and you will receive a mail with an uuencoded copy of the requested file.
  51. Sending a mail containing "SEND help" returns a mail with more infos about
  52. this mail server.
  53.  
  54. The available precompiled binaries are (in compressed format)
  55.   - maplay_sunos4_1_3.Z
  56.     for SPARCstations with a dbri device (e.g. SPARC 10, CD-quality)
  57.     under SunOS 4.1.x (created under SunOS 4.1.3)
  58.   - maplay_ulaw_sunos4_1_3.Z
  59.     for SPARCstations with an amd device (e.g. SPARC 2 or IPX, telephone
  60.     quality) under SunOS 4.1.x using 8 kHz u-law output
  61.     (created under SunOS 4.1.3)
  62.   - maplay_sol2.Z
  63.     for SPARCstations with a dbri device (e.g. SPARC 10, CD-quality)
  64.     under Solaris 2.x (created under Solaris 2.3 [= SunOS 5.3])
  65.   - maplay_indigo.Z
  66.     for Silicon Graphic Indigo machines (CD-quality)
  67.     under IRIX 4.0.x or IRIX 5.x (created under IRIX 4.0.5F)
  68.  
  69. To extract the source code, you may use "zcat maplay1_2.tar.Z | tar xvf -"
  70. or "uncompress maplay1_2.tar.Z ; tar xvf maplay1_2.tar". Please take a look
  71. at the README file next.
  72. For a binary, you may use "uncompress maplay_sunos4_1_3.Z".
  73.  
  74. You may also take a look at the Internet Underground Music Archive (IUMA)
  75. ftp server sunsite.unc.edu (152.2.22.81) in the directory
  76. /pub/electronic-publications/IUMA/audio_utils/mpeg_players/Workstations
  77.  
  78. If you are also looking for an encoder, please take a look at the file
  79. /pub/electronic-publications/IUMA/audio_utils/converters/source/mpegaudio.tar.Z
  80. on the IUMA ftp server. It contains sources for an encoder and a decoder.
  81.  
  82. That's all for now,
  83.                     Tobias Bading   (bading@cs.tu-berlin.de)
  84.