/Player

Player is a small Win32 application that demonstrates XAudio2 API usage

Primary LanguageC++MIT LicenseMIT

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to Player project!

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.

Contribute

There are several ways to contribute to Player project:

Building

  • 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.

Usage

  • Use the source code of this example to improve your code.