Mercurial > audlegacy
annotate src/libSAD/noicegen.h @ 4852:c4698861e8fb
Fix .M files being recognized as playlists.
Pointed out by Chainsaw.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 14 Apr 2009 15:16:54 -0500 |
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*/ |