Skip to content

A C++ project for exploring and experimenting with digital audio formats, signal generation, and analysis.

License

Notifications You must be signed in to change notification settings

fretboardfreak/audiowav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audiowav

Author: Curtis Sand
Repository:https://bitbucket.org/fret/audiowav.git

Audiowav is a C++ project for exploring and experimenting with digital audio formats, signal generation, and analysis.

Tests

See https://github.com/PhilipDaniels/autotools-template for more info.

This project uses Google Test for testing. The source code for Google Test is included (it is only about 4Mb) but it is not compiled. So your first step is to compile it. There are instructions on the website, but for POSIXy systems the following should suffice:

cd ${GTEST_DIR}/make
make
./sample1_unittest

Once the library is compiled, the examples in the top-level Makefile.am show how to add tests.

The style for C++ testing seems to be to have many sources files, for example one source file to test each class, but to build several sets of tests into one test executable - this speeds up both compilation and test run time.

About

A C++ project for exploring and experimenting with digital audio formats, signal generation, and analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published