Skip to content

FrequencyScale

type FrequencyScale = "linear" | "log" | "mel";

Frequency scaling mode for the Y-axis.

  • linear: Uniform spacing in Hz.
  • log: Logarithmic frequency distribution.
  • mel: Perceptual pitch scale.