Package processing.sound
Class BrownNoise
- Record Components:
parent
- typically use "this"
Brown noise (also called red noise) has higher energy at lower frequencies. Its power density
decreases 6dB per octave.
Please be aware that, because most of its power resides in the bass frequencies, the subjective
loudness of brown noise relative to other sounds can vary dramatically depending on how well
your sound system can reproduce low frequency sounds!
-
Constructor Summary
-
Method Summary
Methods inherited from class processing.sound.SoundObject
add, channels, getUnitGenerator, isPlaying, pan, play
-
Constructor Details
-
BrownNoise
- Parameters:
parent
- typically use "this"
-
-
Method Details
-
amp
public void amp(float amp) Change the amplitude/volume of this sound.- Overrides:
amp
in classSoundObject
- Parameters:
amp
- A float value between 0.0 (complete silence) and 1.0 (full volume) controlling the amplitude/volume of this sound.
-