Skip to content
/ CppAudio Public

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.

Notifications You must be signed in to change notification settings

F0903/CppAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 possbile, only requiring 3 lines of code to get playing.

Future integration with FFmpeg is considered, but for now, this conversion to PCM will have to be done manually.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages