You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constchar* theData = mResData +param2 +4 +4 +4 +4 +4; // Sound data, then skip pointer for use in RAM, bytes in sample, sample rate, loop point start/end.
constchar* theData = mResData +param2 +4 +4 +4 +4 +4 +1; // Sound data, then skip pointer for use in RAM, bytes in sample, sample rate, loop point start/end, standard sample encoding.
constchar* theData = mResData +param2 +4 +4 +4 +4 +4 +1 +1; // Sound data, then skip pointer for use in RAM, bytes in sample, sample rate, loop point start/end, standard sample encoding, base frequency.