home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cv2sam30.zip / WHATSNEW.300 < prev   
Text File  |  1993-03-05  |  3KB  |  65 lines

  1. This is the fifth version (versions 1.00 and 1.10 supported only 
  2. RAW data, requiring a VOC conversion utility to be utilized).  With VOC 
  3. support added, the program has been renamed from RAW2SAM to CVT2SAM to 
  4. demonstrate its multi-format input capabilities.  Version 3.00 also adds
  5. WAV conversion capabilities.
  6.  
  7. In each release you'll notice that I mention the code is 'very efficient' or
  8. 'optimally efficient.'  At those points I was comparing my code to other
  9. available code which performed the same tasks.  When writing version 3.00
  10. I discovered an entirely new set of routines which increase speed by epic
  11. proportions!  Following are a comparison between 2.20 and 3.00.
  12.  
  13. VOC files
  14. (3,048,649 bytes in 13 VOC files which are a mix of raw VOC's, and many
  15. different block arrangements)
  16. Ver 2.20: 5 minutes 57 seconds
  17. Ver 3.00: 1 minute  05 seconds
  18.  
  19. RAW and SAM files
  20. (2,393,313 bytes in 11 files which are a mix of RAW, SAM, and SND files)
  21. Ver 2.20: 3 minutes 42 seconds
  22. Ver 3.00:           18 seconds
  23.  
  24. As you can tell, the speed increases were dramatic!  Bear in mind, these
  25. are my results on my system and do not guarantee any level of performance
  26. (though I think you will find the performance outstanding!)
  27.  
  28.  
  29. Version 3.00 (Mar 5, 1993)
  30.         SPEED!  All routines were DRAMATICALLY speeded up.  This program
  31.                 should almost be a given a new name.  Blazingly fast!!!!
  32.         Added ability to process WAV files
  33.         Fixed problems with incorrect lengths of silence block expansion
  34.  
  35. Version 2.20 (Feb 20, 1993)
  36.         VOC routines rewritten to be optimally efficient (were dependant
  37.                 on RAW routines before for data processing)
  38.         Added '-R' option to reverse conversion from SAM to RAW
  39.         Added ability to expand VOC repeats
  40.  
  41. Version 2.01 (Feb 15, 1993)
  42.         Name changed to CVT2SAM to reflect new multi-format ability
  43.         Added VOC support (inlcuding blocked VOC's.  Supported are:
  44.                 message blocks, marker blocks, data blocks, subsequent
  45.                 data blocks, silence blocks.  Also recognized, but not
  46.                 expanded were repeat blocks.
  47.         Added option '-C' to convert packed data
  48.         Added help screen '-?' online
  49.  
  50. Version 2.00 (Feb 15, 1993)
  51.         Very buggy version of 2.01, same features, but many didn't work.
  52.         A few copies leaked out before I caught the problems, which were
  53.                 corrected within the day.
  54.  
  55. Version 1.10 (Dec 1, 1992)
  56.         Makes 1.00 more usable (no notable new features)
  57.         Added parameter reading routines so filenames can now be specified
  58.                 on the command line
  59.         Complete rewrite of raw data to SAM conversion code (VERY efficient
  60.                 now!)
  61.  
  62. Version 1.00 (Nov 92)
  63.         First release written for a friend
  64.         Converted raw data to SAM data
  65.