DefineGlobalConstant( 'kMySound, { 


sndFrameType: 'simpleSound, 

samples:GetWAVAsSamples11("XXXXXX.wav"), // delete that "11" if the sound is sampled at 22KHz
									     // put the name of your wav instead of those XXXXXX

samplingrate:kFloat11kRate,				// insert "//" before this line to use a 22KHz sound

dataType:k8Bit,

compressiontype:knone,

username:kAppName,

waitTime:1000 

} ); 