Skip to content

hosackm/wavplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple wav file player using libsndfile and portaudio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published