0 Forks
1 Stars
1 Watchers

CppAudio

CppAudio is a small C++20 library for playing PCM (raw) audio on Windows. It is made to be as simple and fast as possible, only requiring 3 lines of code to get playing.

How to download and setup CppAudio

Open terminal and run command
git clone https://github.com/F0903/CppAudio.git
git clone is used to create a copy or clone of CppAudio repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CppAudio https://github.com/F0903/CppAudio/archive/master.zip

Or simply clone CppAudio with SSH
[email protected]:F0903/CppAudio.git

If you have some problems with CppAudio

You may open issue on CppAudio support forum (system) here: https://github.com/F0903/CppAudio/issues