This documentation provides information about Core Audio APIs for the Microsoft Windows family of operating systems.
The Core Audio APIs were introduced in Windows Vista. This is a new set of user-mode audio components provides client applications with improved audio capabilities. These capabilities include the following:
he Core Audio APIs have been improved in Windows 7. For more information about the improvements and new features added, see What's New for Core Audio APIs in Windows 7.
This documentation describes the Core Audio APIs. These APIs serve as the foundation for the following higher-level APIs:
These higher-level APIs use the Core Audio APIs to share access to audio devices. Media Foundation is new with Windows Vista, whereas DirectSound, DirectMusic, and the waveXxx and mixerXxx functions are supported in Windows 98, Windows Millennium Edition, and in Windows 2000 and later.
Most audio applications communicate with the higher-level APIs instead of communicating directly with the Core Audio APIs. Some examples of applications that use higher-level APIs are:
Typically, these applications communicate with the DirectSound or Media Foundation APIs.
Direct communication with the Core Audio APIs might not be suitable for many general-purpose audio applications. For example, the Core Audio APIs require audio streams to use an audio device's native data formats. However, third-party software developers who are developing the following types of products might require the special capabilities of the Core Audio APIs:
A "pro audio" or RTC application might need direct access to the low-level features of the Core Audio APIs to achieve minimum latency by obtaining exclusive access to audio hardware. A third-party audio API might require direct access to the Core Audio APIs to implement a set of features that might not be entirely supported by any single high-level audio API that is supplied with Windows.
An application that uses a legacy audio API to play or record audio might require additional capabilities that are not supported by the legacy audio API, but that are supported by the Core Audio APIs. In many cases, the application can access these capabilities directly through the Core Audio APIs, which can be used in conjunction with the legacy audio API.
The Core Audio APIs are:
These APIs support the user-friendly notion of an endpoint device, which is described in Audio Endpoint Devices.
Microsoft does not plan to make the Core Audio APIs that are described here available for use with earlier versions of Windows, including Microsoft Windows Server 2003, Windows XP, Windows Millennium Edition, Windows 2000, and Windows 98.
This overview contains the following topics.
Topic | Description |
---|---|
What's New for Core Audio APIs in Windows 7 | Summarizes the new features and the improvements to the Core Audio APIs |
Header Files and System Components | Describes the header files and system components for the Core Audio APIs. |
SDK Samples That Use the Core Audio APIs | Lists the samples in the Windows SDK that use the Core Audio APIs. |
For More Information | Refers to online resources that provide additional information about the Core Audio APIs. |