An open API service indexing awesome lists of open source software.

https://github.com/f0903/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.
https://github.com/f0903/cppaudio

audio cpp20 modules pcm windows

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

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