view src/libSAD/noicegen.h @ 4848:b2ee645f3e59

Hook up the equalizer (bug #24)
author John Lindgren <john.lindgren@tds.net>
date Sun, 12 Apr 2009 23:03:39 -0400
parents b0ca963fd965
children
line wrap: on
line source

#ifndef NOICEGEN_H
#define NOICEGEN_H

#include <inttypes.h>

int triangular_dither_noise(int nbits);
double triangular_dither_noise_f(void);
void noicegen_init_rand(uint32_t seed);

#endif /*NOICEGEN_H*/