Mercurial > hg > libxtract
view tests/xttest_util.hpp @ 264:ecd6f2cf1346
Initial unit testing setup with an example test
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Mon, 10 Nov 2014 20:29:19 +0000 |
parents | |
children | 41fe82c7ff80 |
line wrap: on
line source
#include <stdint.h> void xttest_gen_sine(double *table, uint32_t tablesize, double samplerate, double frequency, double amplitude); void xttest_gen_noise(double *table, uint32_t tablesize, double amplitude);