TODO for SCSIUtil, 19.12.1993

- write program that takes a 16 bit audio file as input, finds the minimum
  and maximum and scales the data to 8 bit (this should be much better than
  just dividing by 256 inside SCSIUtil)
- implement 8SVX (would be best done in the companion program, as 8SVX doesn't
  stores stereo interleaved - otherwise SCSIUtil would need to read first the
  left channel, output it, seek back and read the right channel, or use
  temporary files :-(
- combine allocmems to maybe one or two bigger ones
- check capacity in combination with CD-ROMs
- rework the read sector routines to adapt to different sector sizes


- maybe add a play with starting and ending time parameters
- maybe add a read_cdda with time parameters
- if I can find some information about CD+Graphics and CD+Midi add support
- _MAYBE_ add a read digital audio with output through the Amiga audio system
  (could be useful for the sound sampling - click mouse to start/stop
   sampling...) (Olaf 'Olsen' Barthel wrote such a beast, maybe I'll
   add the necessary code to SCSIUtil)
