Go to the source code of this file.
Typedefs | |
typedef noise_state_s | noise_state_t |
Enumerations | |
enum | { NOISE_CLASS_AWGN = 1, NOISE_CLASS_HOTH } |
Functions | |
SPAN_DECLARE (noise_state_t *) noise_init_dbm0(noise_state_t *s | |
Initialise an audio noise generator. | |
SPAN_DECLARE (int) noise_release(noise_state_t *s) | |
Generate a sample of audio noise. | |
Variables | |
int | seed |
int float | level |
int float int | class_of_noise |
int float int int | quality |
|
Noise generator descriptor. This contains all the state information for an instance of the noise generator. |
|
Generate a sample of audio noise. Compress a block of octets.
|
|
Initialise an audio noise generator. Initialise an audio noise generator.
|