Expand description

Helps to visualize audio data

Constants

Functions

  • Returns two drawing areas, that together fill the whole window. Upper: original audio data Lower: transformed audio data
  • Initializes the minifb window and draws the initial grid into it. It splits the drawing area into an upper chart and a lower chart. The upper exists to show original audio data. The lower exists to show transformed audio data, e.g. spectrum or lowpass filter.