
Output Frequency to SoundCard, not a .wav, possible?
I tried the Beep function and it didn't work under 95.
Declare Function Beep Lib "kernel32" (ByVal dwFreq As Long, ByVal dwDuration
As Long) As Long
No values for dwfreq and dwduration made any difference, or any noise for
that matter.
Thanks,
Mike
Quote:
> >There is an API called Beep. I believe you can set the frequency there.
> >Noah
> Only if you're running Windows NT.
> On Windows 9x the Beep function ignores the dwFreq and dwDuration
> parameters.
> Proteus
> (Remove nospam. to reply.)