Short: Mix several CDDA files into one (crossfade mixing) Author: Peter C. Capasso Type: mus/edit Architecture: m68k-amigaos This program will read several CDDA files (stereo 16-bit 44100 Hz motorola byte order) and mix them into one CDDA file. The user can specify the fade time in samples, up to 40 seconds. For example, 44100 would indicate one second of fade. 1764000 would indicate 40 seconds of fade. 352800 would indicate eight seconds of fade. The purpose of doing this is to have a selection of recordings (usually music) smoothly fade together into one mix. The resulting file can then be burned to a CD or whatever. The program is entirely free. It is not a demo. This is the full version. It runs from the CLI. It does not require MUI. It has only been tested on a wb 3.0 system but it should probably run back as far as a wb 1.3 system. Source code is included. usage: fade_cdda [] Fade time is in samples (44100 samples for 1 second fade). The fade time is limited by the available ram. Remember: all files must be 16-bit motorola byte-order stereo CDDA!