Function sineWave

Fill the sound with simple sine wave tone. snd = sound ch = channel to fill (beginning from 0) freq = frequency in Hz. For example, a dial tone in Europe is usually 425 Hz

void sineWave (
  Sound snd,
  uint ch,
  float freq
);