Mercurial > audlegacy
view src/libSAD/noicegen.h @ 4811:7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 00:44:56 +0900 |
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*/