• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Extracting and Saving a 'SND ' Resource;
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extracting and Saving a 'SND ' Resource;


  • Subject: Re: Extracting and Saving a 'SND ' Resource;
  • From: billmonk <email@hidden>
  • Date: Thu, 3 Feb 2005 14:04:39 -0600

if I hex-edit the contents of an
existing .snd file, it seems to have a header chunk that the SND
resource doesn't

Isn't it the case that snd is an ambiguous format, and could mean either a resource fork containing a 'snd ' resource (which may contain either sampled sound or commands to drive the sound synth), or else a data fork containing sampled sound data in the NeXT/SUN format?


Also, depending upon how old it is, the 'snd 'resource could be in format 2 (sampled sound only), which lacks some header fields found in format 1 (sampled sound or synth), both of which are both different from NeXt/SUN .snd.

Point being, "convert 'snd ' to .snd" could mean a few different things...

Perhaps these links may help:

Stanford CCRMA description of NeXT/SUN .snd format
http://ccrma.stanford.edu/CCRMA/Courses/422:1998/projects/NextFormat/

sample code converts sound data to sound-only movie
http://developer.apple.com/samplecode/soundconverter/listing14.html

sample code converts movie to AIFF file
http://developer.apple.com/samplecode/MovieToAIFF/listing1.html

'snd ' resource formats 1 & 2
http://developer.apple.com/documentation/QuickTime/INMAC/SOUND/ imsoundmgr.2d.htm#pgfId=1977


old SetupSndHeader and SetupAIFFHeader functions to set up headers for sound resources and files
http://developer.apple.com/documentation/QuickTime/INMAC/SOUND/ imsoundinput.1b.htm


older Mac sound storage Formats
http://developer.apple.com/documentation/QuickTime/INMAC/SOUND/ imsoundmgr.2c.htm#pgfId=4097


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: difference between frameworks and plugins
  • Next by Date: Re: Stop dragging my <NSWindow> around
  • Previous by thread: Re: IB question
  • Next by thread: Method not seeing array as array
  • Index(es):
    • Date
    • Thread