Property | Type | Description | |
---|---|---|---|
Arbitrary | IEnumerator |
||
NextRandom | double | ||
NextRandom2 | double | ||
WhiteFlat | IEnumerator |
||
init | void |
Method | Description | |
---|---|---|
NoiseGenerator ( NoiseType type, ushort numChannels, double lengthSecs, uint sampleRate, double gain, bool mono ) : System | ||
NoiseGenerator ( NoiseType type, ushort numChannels, int lengthSamples, uint sampleRate, double gain, bool mono ) : System |
Method | Description | |
---|---|---|
Arbitrary ( int length, FilterProfile coeffs, uint sampleRate ) : IEnumerator |
||
NextRandom ( ) : double | ||
NextRandom2 ( ) : double | ||
WhiteFlat ( int length ) : IEnumerator |
||
init ( NoiseType type, ushort numChannels, int lengthSamples, uint sampleRate, double gain, bool mono ) : void |
public NoiseGenerator ( NoiseType type, ushort numChannels, double lengthSecs, uint sampleRate, double gain, bool mono ) : System | ||
type | NoiseType | |
numChannels | ushort | |
lengthSecs | double | |
sampleRate | uint | |
gain | double | |
mono | bool | |
return | System |
public NoiseGenerator ( NoiseType type, ushort numChannels, int lengthSamples, uint sampleRate, double gain, bool mono ) : System | ||
type | NoiseType | |
numChannels | ushort | |
lengthSamples | int | |
sampleRate | uint | |
gain | double | |
mono | bool | |
return | System |