view src/libSAD/noicegen.h @ 4281:3c673b6803c1

Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
author William Pitcock <nenolod@atheme.org>
date Tue, 12 Feb 2008 01:20:32 -0600
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*/