void sound3 (unsigned int chan, unsigned int freq, unsigned int vol);

Starts a sound. The sound will continue untill changed by another command.

chan = Sound channel (0 - 3).
freq = Frequency (0 - 1023).
vol = Volume (0 - 15).

Include file: mtxsnd.h