Player is a small Win32 application that demonstrates XAudio2 API usage. The program parses *.wav files and uses XAudio2 API to play audio buffers. The program is based on the WinAPI and can run only on Windows platforms.
There are several ways to contribute to Player project:
- Submit bugs and help me verify fixes.
- Review the source code changes.
- Download and extract the latest release of the source code.
- Download and install the latest version of Microsoft Visual Studio.
- Launch Visual Studio and open the solution file "Player.sln".
- Rebuild the solution by clicking "Rebuild Solution" in the "Build" menu.
- Launch the application by clicking "Start Without Debugging" in the "Debug" menu.
- Use the source code of this example to improve your code.