mshipman
June 12th, 2002, 11:45 AM
I am developing an application on a Compaq iPaq Pocket PC that will serve as the user interface for a scientific instrument.
I want to use sound to provide feedback to the user varying the pitch based on the data observed. Alas, the Beep(dwFreq, dwDuration) function is not supported under Windows CE. All supported functions seem to be aimed at playing WAV files.
I can probably so what I want with PlaySound() or the Waveform Audio functions (waveOutOpen, waveOutSetPlaybackRate, etc.), but the Beep() functionality is what I want.
Has anyone implemented a Beep() function for Windows CE or a driver that supports this functionality?
Thanks,
M. Shipman
I want to use sound to provide feedback to the user varying the pitch based on the data observed. Alas, the Beep(dwFreq, dwDuration) function is not supported under Windows CE. All supported functions seem to be aimed at playing WAV files.
I can probably so what I want with PlaySound() or the Waveform Audio functions (waveOutOpen, waveOutSetPlaybackRate, etc.), but the Beep() functionality is what I want.
Has anyone implemented a Beep() function for Windows CE or a driver that supports this functionality?
Thanks,
M. Shipman