home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Sound / DelfAIFF / src / CHANGES < prev    next >
Text File  |  1999-10-01  |  834b  |  25 lines

  1. DelfAIFF CHANGES
  2.  
  3. 0.3 (Fri 01-Oct-1999)
  4.     -better handling of AIFF file structure
  5.      (now uses a real IFF chunk parser, adapted from SoX sources)
  6.     -minor cleanups to prevent warnings from pedantic compilers (hi Anton:-)
  7.  
  8.  
  9. 0.2 (Wed 11-Aug-1999)
  10.     -code cleanups:
  11.         -call cleanup_delfina() also if init_delfina() failed
  12.          (fixes possible memory leak)
  13.         -DSP56K_PCM now uses <delf_causeq instead of <delf_cause
  14.         -included aligned PCM buffers in DSP56K_PCM object
  15.         -removed Signal() from interrupt server and Wait() from loading-loop,
  16.          now uses Delay(1) and mytask->tc_SigRecvd
  17.         -optimized ADPCM decoder
  18.          (inline functions are ofcourse faster...)
  19.     -added NOPLAY/S command line argument
  20.     -added CTRL-E pause/continue feature
  21.  
  22.  
  23. 0.1 (Sat 24-Jul-1999)
  24.     -first release
  25.