|
About Waveform Audio
Adding sound to your application can make it more efficient and more fun to
use. You can improve your users' efficiency by using sounds to get their
attention at critical points, to help them avoid mistakes, or to let them know that a
time-consuming operation has finished. You can help them have more fun by adding
music or sound effects.
This overview explains how to do the following things with sound:
- Play waveform audio.
- Use waveform-audio services.
- Record waveform audio.
- Use auxiliary audio devices.
- Use audio clipboard formats.
This overview documents several methods for adding sound to your application.
The simplest method documented here is that of using the PlaySound function. Most of the other waveform-audio API elements documented in this
overview are relatively low-level. However, the MCI overview documents an interface to multimedia programming that offers method
of adding sound to your application that is simpler and faster than using the
waveform-audio sound API.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|