This is not, by far, the smallest sound resource; it is probably the smallest sampled sound resource, having a sample length of 0 (by the way, I don't know where you got that unusual sampling frequency). It's all explained in Inside Mac: Sound, in particular in the part on the sound resource format (yes folks, you already knew about my research on resource file limitations, I definitely know waaaaay to much in completely obsolete Apple technologies).
So you could simply have a square wave data format (I dunno about having no data format, it's possible I think) and no command, or maybe that'd be a problem and you could have only one wait command for a short duration, like this:
0001 0001 0001 0000
0000 0001 000A 0028
0000 0000
EDIT: okay, I tested this using everyone's favorite Absolute Minimum-based TC, and the part with the song that doesn't end, and you can have no sound command and thus save 8 bytes, with this as 'snd ' ID 129:
0001 0001 0001 0000
0000 0000
However, you cannot supress the data format, in the extent that if you do, the bug will come back, I did test with this:
0001 0000 0000
Of course, this is of no use to a truly absolute minimum TC (glance at Edwards) since it doesn't need this particular sound as it won't have any sound that could trigger the bug anyway, but this is definitely something to add to an absolute minimum to be used as a base for developing a TC (even if such saving of... what? a few dozen of bytes from Qaanol's version is a little ridiculous...)
This post has been edited by Zacha Pedro : 12 June 2006 - 02:24 PM