interface AircraftNoiseBufferParams {
    durationSeconds?: number;
    seed?: number;
}

Properties

durationSeconds?: number

Length of the generated mono buffer. Defaults to two seconds.

seed?: number

Seed for the deterministic linear-congruential noise generator.