Skip to main content
k2k audio logo k2k audio

Back to Lexique

Audio I/O

Audio input and output — loading files into k2k

Sound enters and leaves k2k here. Like plugging a cable into a mixing desk — this is where you load your raw material and send the finished work back out.


Load Audio

What it does Opens an audio file from disk (WAV, AIFF, or FLAC), runs spectral analysis on it, and feeds the result into your node graph as one output for mono files or two outputs (Left and Right) for stereo.

When you’d reach for it You have a recording, a sample, or a rendered stem on your hard drive and you want to bring it into k2k to start working on it.

Quick example

  1. Drop a Load Audio node onto the graph — it shows an empty drop zone.
  2. Drag a vocal stem (lead_vocal.wav, 48 kHz stereo) onto the drop zone.
  3. Leave FFT Size at 4096 and Normalize off (the stem is already gain-staged).
  4. Two outputs appear — Left and Right — ready to feed into a Transient Extractor or Slicer downstream.

Parameters

ParameterWhat it controlsRangeSweet spot hint
NormalizeScales the audio so the loudest peak sits at 0 dBOn / OffTurn on when comparing files recorded at different levels. Leave off if your gain staging already makes sense.
FFT SizeSize of the analysis window — larger values give sharper frequency detail but blurrier timing512, 1024, 2048, 4096, 81924096 is a solid default. Drop to 1024 for percussive material where timing matters more than frequency precision.
Hop SizeHow far the analysis window advances between snapshots — smaller hops mean more overlap and smoother results128 to half the FFT SizeThe default (one quarter of FFT Size) works well for most material. Lower it for denser, higher-resolution analysis at the cost of processing time.