Mercurial > audlegacy
annotate src/libSAD/noicegen.h @ 4818:078e37740696
Fix up: WARNING **: Could not load desktop file /usr/share/applications/audacious.desktop: No such file or directory - Session management may not work now.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Fri, 16 Jan 2009 23:44:42 +0000 |
parents | b0ca963fd965 |
children |
rev | line source |
---|---|
4233
74c6f3d3cf1d
it buids successfully :)
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4232
diff
changeset
|
1 #ifndef NOICEGEN_H |
74c6f3d3cf1d
it buids successfully :)
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4232
diff
changeset
|
2 #define NOICEGEN_H |
4232
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
3 |
4234 | 4 #include <inttypes.h> |
5 | |
4232
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
6 int triangular_dither_noise(int nbits); |
4256
b0ca963fd965
adaptive scaler added, disabled hard limiter
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4234
diff
changeset
|
7 double triangular_dither_noise_f(void); |
4234 | 8 void noicegen_init_rand(uint32_t seed); |
4232
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
9 |
4233
74c6f3d3cf1d
it buids successfully :)
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4232
diff
changeset
|
10 #endif /*NOICEGEN_H*/ |