home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / audio / PlayObject.README < prev    next >
Encoding:
Text File  |  1994-04-28  |  422 b   |  15 lines

  1. PlayObject
  2. ==========
  3.  
  4. TO INCLUDE the PLAY OBJECT IN YOUR APPLICATION,
  5. You'll need to add the line 
  6.  
  7. LDFLAGS = -sectcreate __SND play.snd play.snd
  8.  
  9. in you Makefile.preamble 
  10.  
  11. This includes the file play.snd (the DSP program for sampling rate
  12. conversion) into the executable Mach_O segment. If you don't do that,
  13. your application will crash when you try to play a sound (it will
  14. complain that it can't find the DSP file!).
  15.