home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Sound / Vocoder / README.m68k < prev    next >
Encoding:
Text File  |  1999-07-14  |  1002 b   |  26 lines

  1. The Zerius vocoder Amiga port works exactly like the generic version so I
  2. won't give any information on usage here. See README.txt instead.
  3.  
  4. Since I hadn't changed the sources (I'm aiming to do some assembler
  5. optimized routines to the next version) I didn't include them. You can
  6. obtain the source code from "http://zerius.com/vocoder/".  However,
  7. I was amazed how fast this runs even on an 040/40 without assembler
  8. optimization. Can't wait 'till I have it optimized! The files were driven
  9. straight through gcc with slight modifications to the makefile. I tried
  10. SAS/C too, but it didn't have the requested includes.
  11.  
  12. My gcc printed the following version string:
  13. gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
  14.  
  15. The used CFLAGS were "-O3 -m680x0 -noixemul" with -m680x0 replaced by the
  16. processor type of the version.
  17.  
  18. Feel free to contact me:
  19.  
  20. email:    bass.cadet@sci.fi
  21. snail:    Risto Mäki-Petäys
  22.     Timmermalmintie 11
  23.     01680 Vantaa
  24. www:    http://BassCadet.cjb.net/ or
  25.     http://members.xoom.com/BassCadet/
  26.