Class BrownNoise

Record Components:
parent - typically use "this"

public class BrownNoise extends Noise<BrownNoise>
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 Details

    • BrownNoise

      public BrownNoise(PApplet parent)
      Parameters:
      parent - typically use "this"
  • Method Details

    • amp

      public void amp(float amp)
      Change the amplitude/volume of this sound.
      Overrides:
      amp in class SoundObject
      Parameters:
      amp - A float value between 0.0 (complete silence) and 1.0 (full volume) controlling the amplitude/volume of this sound.