C# Class DSPUtil.NoiseGenerator

Inheritance: SoundObj
Afficher le fichier Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Private Properties

Свойство Type Description
Arbitrary IEnumerator
NextRandom double
NextRandom2 double
WhiteFlat IEnumerator
init void

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

NoiseGenerator() public méthode

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
Résultat System

NoiseGenerator() public méthode

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
Résultat System