RE: At my wits end with NSSound!
RE: At my wits end with NSSound!
- Subject: RE: At my wits end with NSSound!
- From: Lance Drake <email@hidden>
- Date: Fri, 13 Feb 2004 13:14:52 -0700
Another thing you can do is take any short system sound, open it in
ResEdit, look at the AIFF header chunk in the DF, figure out (by way of
<AIFFChunk.h>) where the sound data begins in the file and how many
bytes there are included, set that range of bytes to zeroes, then
SaveAs <some other filename>. It WILL be silent. Brute force RULES!
Lance Drake
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.