annotate 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
rev   line source
jamie@264 1
jamie@264 2
jamie@264 3 #include <stdint.h>
jamie@264 4
jamie@264 5 void xttest_gen_sine(double *table, uint32_t tablesize, double samplerate, double frequency, double amplitude);
jamie@264 6 void xttest_gen_noise(double *table, uint32_t tablesize, double amplitude);