Records 1 to 20 of 28
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
28 Sound API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
waveInStopThe waveInStop function stops waveform-audio input....Hits: 2038 Rating: (2.91) votes 288
BeepThe Beep function generates simple tones on the speaker. The function is synchronous; it does not return control to its caller until the sound finishes....Hits: 2800 Rating: (3.10) votes 614
PlaySoundThe PlaySound function plays a sound specified by the given filename, resource, or system event. (A system event may be associated with a sound in the registry or in the WIN.INI file.)...Hits: 4012 Rating: (3.02) votes 459
waveInAddBufferThe waveInAddBuffer function sends an input buffer to the given waveform-audio input device. When the buffer is filled, the application is notified....Hits: 1995 Rating: (2.80) votes 290
waveInCloseThe waveInClose function closes the given waveform-audio input device....Hits: 1522 Rating: (2.94) votes 343
waveInGetDevCapsThe waveInGetDevCaps function retrieves the capabilities of a given waveform-audio input device....Hits: 1773 Rating: (2.94) votes 344
waveInGetErrorTextThe waveInGetErrorText function retrieves a textual description of the error identified by the given error number....Hits: 1424 Rating: (3.03) votes 237
waveInGetNumDevsThe waveInGetNumDevs function returns the number of waveform-audio input devices present in the system....Hits: 1482 Rating: (2.97) votes 270
waveInOpenThe waveInOpen function opens the given waveform-audio input device for recording....Hits: 4102 Rating: (2.97) votes 370
waveInPrepareHeaderThe waveInPrepareHeader function prepares a buffer for waveform-audio input....Hits: 1596 Rating: (3.02) votes 330
waveInStartThe waveInStart function starts input on the given waveform-audio input device....Hits: 1949 Rating: (3.02) votes 266
waveOutWriteThe waveOutWrite function sends a data block to the given waveform-audio output device....Hits: 1494 Rating: (3.08) votes 181
waveOutGetVolumeThe waveOutGetVolume function retrieves the current volume level of the specified waveform-audio output device....Hits: 2335 Rating: (2.79) votes 249
waveOutUnprepareHeaderThe waveOutUnprepareHeader function cleans up the preparation performed by the waveOutPrepareHeader function. This function must be called after the device driver is finished with a data block. You must call this function before freeing the buffer....Hits: 973 Rating: (3.03) votes 158
waveOutSetVolumeThe waveOutSetVolume function sets the volume level of the specified waveform-audio output device....Hits: 3911 Rating: (3.02) votes 884
waveOutResetThe waveOutReset function stops playback on the given waveform-audio output device and resets the current position to zero. All pending playback buffers are marked as done and returned to the application....Hits: 1022 Rating: (3.06) votes 135
waveInResetThe waveInReset function stops input on the given waveform-audio input device and resets the current position to zero. All pending buffers are marked as done and returned to the application....Hits: 1436 Rating: (3.02) votes 301
waveOutOpenThe waveOutOpen function opens the given waveform-audio output device for playback....Hits: 1714 Rating: (3.05) votes 168
waveInUnprepareHeaderThe waveInUnprepareHeader function cleans up the preparation performed by the waveInPrepareHeader function. This function must be called after the device driver fills a buffer and returns it to the application. You must call this function before freeing the buffer....Hits: 1406 Rating: (2.85) votes 315
waveOutGetPositionThe waveOutGetPosition function retrieves the current playback position of the given waveform-audio output device....Hits: 2655 Rating: (3.03) votes 375
Records 1 to 20 of 28
|