Mercurial > audlegacy
annotate 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 |
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*/ |