Parameters:
dwFreq = Windows NT/ 2000: [in] Specifies the frequency, in hertz, of the sound. This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).
dwDuration = Windows NT/ 2000: [in] Specifies the duration, in milliseconds, of the sound.
Remarks
Windows 95: The Beep function ignores the dwFreq and dwDuration parameters. On computers with a sound card, the function plays the default sound event. On computers without a sound card, the function plays the standard system beep.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Winbase.h; include Windows.h.
Library: Use Kernel32.lib.
Если человек программист, то это надолго.
Re[2]: Звук частотой f продолжительностью s. Как извлечь?
Здравствуйте ServerMouse, вы писали:
КА>>Как извлечь subj из звуковухи под виндами (NT)? Буду премного благодарен за пример на C++ (Visual C++)
SM>Только для NT/2000:
SM>BOOL Beep(
так он же спикером пищит, а нужно через карту...
Re[3]: Звук частотой f продолжительностью s. Как извлечь?