home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / raplay.rea < prev    next >
Text File  |  2001-06-20  |  1KB  |  42 lines

  1. Short:    Play/decode RealAudio v1&2 files. (w/src)
  2. Author:   cisc@c2i.net (Sigbj°rn Skjµret), and various others
  3. Uploader: cisc@c2i.net (Sigbj°rn Skjµret)
  4. Version:  2.0
  5. Type:     mus/play
  6.  
  7. I should have released this ages ago, but I had no time, and I still don't,
  8. therefore I decided to wrap it up as is and upload it to Aminet so ppl might
  9. atleast enjoy it while it's still somewhat useful (as you might have guessed
  10. by now, none of the newer RealAudio/RealMedia files work with this tool)...
  11.  
  12.  
  13. News for v2.0
  14. ~~~~~~~~~~~~~
  15.  
  16. Lots!!! ;)
  17.  
  18. - AsyncIO reading/writing (requires asyncio.library).
  19.  
  20. - Internal AHI support.
  21.  
  22. - Proper commandline arguments.
  23.  
  24. - Optimized the hell out of 28.8 decoding, now more than twice as fast! ;)
  25.  
  26. - Improved 28.8 quality slightly (you prolly won't notice though). ;)
  27.  
  28. - Fixed a long standing overflow problem in 28.8 deinterleaving (which was
  29.   another cause of quality loss).
  30.  
  31. - Split up the sources in more logical parts, now much prettier to look at,
  32.   and easier to understand (and to incorporate in other projects).
  33.  
  34. - Improved CTRL-C handling that also works with PPC.
  35.  
  36.  
  37. AsyncIO and AHI is only used when using the new arguments (old stdin/stdout
  38. redirection works as before)...
  39.  
  40.  
  41. - CISC
  42.