Mercurial > audlegacy
view src/libSAD/noicegen.h @ 4342:6fb95d2d5acb
Added tag audacious-1.5.0 for changeset 1e338a584f23
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 13 Mar 2008 17:47:19 -0500 |
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*/