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.
- Host: GitHub
- URL: https://github.com/f0903/cppaudio
- Owner: F0903
- Created: 2021-08-03T01:46:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T01:24:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T02:27:48.397Z (over 1 year ago)
- Topics: audio, cpp20, modules, pcm, windows
- Language: C++
- Homepage:
- Size: 34.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.