@lambda-musika/musika - v0.1.0
    Preparing search index...

    Function LFNoise

    • Generates a stateful low-frequency noise signal.

      (State is necessary to keep track of the phase of the wave over time, which is crucial for generating continuous waveforms without clicks or pops.)

      Parameters

      • f: number

        Frequency of the noise.

      Returns (t: Time) => number

      A function that takes time and returns the noise value between 0 and 1.