Mercurial > audlegacy
view src/libSAD/noicegen.h @ 4243:ec266557f845
Please read README.new_fmts
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Mon, 04 Feb 2008 05:49:27 +0300 |
parents | b293ce14a01a |
children | b0ca963fd965 |
line wrap: on
line source
#ifndef NOICEGEN_H #define NOICEGEN_H #include <inttypes.h> int triangular_dither_noise(int nbits); float triangular_dither_noise_f(void); void noicegen_init_rand(uint32_t seed); #endif /*NOICEGEN_H*/