view src/libSAD/noicegen.h @ 4744:89891f400f98

Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a playlist bug where entry->tuple is NULL but we try to access it. This results in huge log files, and resolves Debian bug #491655.
author William Pitcock <nenolod@atheme.org>
date Mon, 28 Jul 2008 11:34:39 -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*/