SkillAgentSearch skills...

Wavplayer

Simple wav file player using libsndfile and portaudio

Install / Use

/learn @hosackm/Wavplayer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

wavtools

Simple wav tools that make use of libsndfile and portaudio to read, write, and play wav files through a soundcard. This repository is mostly to acquiant myself with libsndfile and WAV files.

To Build

These tools make use of the 3rd party libsndfile. Make sure to get the source for this submodule using the following:

git submodule update --init --recursive

Then you can build the project using cmake. Run the following:

mkdir build && cd build
cmake ..
make
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1mo ago
Forks3

Languages

C

Security Score

75/100

Audited on Feb 26, 2026

No findings