home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / Audio / CPMPXPL2 / CPMPXPL2.TXT < prev    next >
Encoding:
Text File  |  1997-08-01  |  1.7 KB  |  48 lines

  1. Hi guys..
  2.  
  3. This is the second update of the Audio MPEG decoder in CP.
  4. You need CP2alpha++ and the IT player beta release 3 for it. (CPITPL3B.ZIP)
  5.  
  6. copy the dlls in the cp directory and add the following lines to the
  7. [sound] section of CP.INI if you have not done so already:
  8.  
  9. ampegtomono=off
  10. ampegmaxrate=48000
  11.  
  12. in case you have a slower computer you might want to adjust these settings.
  13.  
  14. what is new in update 2?
  15.  
  16.   -MP3 .WAV file support.
  17.     I didn't know there is a RIFF WAVE type for Layer 3 Audio. More
  18.     surprising: My Windows 95B Media Player plays them... :)
  19.     And converts them. Even the Fraunhofer IIS 2.5 extensions...
  20.     What's happening in my Win95???!! ;)
  21.     Anyway. I just did a little WAV encapsulator for MP3 files and included
  22.     it (mp3wav.exe) along with the source code (compile with
  23.     wcl386 /bt=nt /l=nt mp3wav). I don't know much about the
  24.     form block extensions, so if anyone wants to change anything, it's
  25.     freeware... I like the MP3s much more in a RIFF cage! And this program
  26.     keeps the song information, but puts it in a separate RIFF block at
  27.     the end of the file, so that every program should be able to read it.
  28.     Oh yes, the converter is a Win95 textmode program.. because of the
  29.     long filenames. btw: long filenames, do you already have the
  30.     long filename support for the fileselector?
  31.     I wont take responsibility for anything this program does. use it
  32.     at your own risk!
  33.  
  34.     With this driver update CP will also play Layer 3 WAVs.
  35.  
  36. what is new in update 1?
  37.  
  38.   -downmixing
  39.   -little speedups and better use of processor time
  40.   -seeking fixed
  41.   -panning
  42.   -surround
  43.   -info from tags visible in fileselector
  44.  
  45. bye
  46.  
  47.   pascal
  48.