SoundFrequency()
Syntax
SoundFrequency(#Sound, Frequency [, Channel])Description
Set the new frequency (in Hz), in realtime, for the #Sound. The frequency value is saved for the #Sound, so it's not needed to call it everytime. The valid values are from 1000 Hz to 100000 Hz.
'Channel' is optional and specify on which channel the sound frequency should be changed. A 'Channel' is available when using PlaySound() with #PB_Sound_MultiChannel.
Supported OS
Windows