[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sound in MCL
- To: info-mcl@services.cambridge.apple.com
- Subject: Sound in MCL
- From: robyn@mobot.ai.mit.edu (Robyn Kozierok)
- Date: 9 Sep 1994 20:01:05 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: MIT Artificial Intelligence Lab
Hi,
If I have a handle onto a snd resource which represents sampled sound data,
and I need to access the sampled data directly (to do some analysis of the
features of the sound) how can I do that?
I can see how to get the information once I have my hands on the SoundHeader
record, but I can't figure out how to get my hands on that starting from the
handle (returned by #_SndRecord) since MCL seems to be missing the
GetSoundHeaderOffset trap.
Any suggestions?
Thanks,
--Robyn