HILN or Harmonic and Individual Lines and Noise is a parametric audio codec for audio. The basic premise of the encoder is that most audio, and particularly speech, can be synthesized from only sinusoids and noise. The encoder describes individual sinusses with amplitude and frequency, harmonic tones by fundamental fequency, amplitude and the sepctral envelope of the partials, and the noise by amplitude and spectral envelope. This type of encoder is capable of encoding audio to between 6 and 16 kilobits per second for a typical audio bandwidth of 8 kHz. The framelength of this encoder is 32 msec.

A typical codec extracts sinusoid information from the samples by applying a short fourier transform to the samples and using that to find the important harmonic content of a single frame. By matching sinusses across frames, the encoder is capable of grouping them into harmonic lines and individual sinusses. The longer a track the encoder can find, the better it will be able to reduce the final bitrate. Synthesizing only the sinusoids sounds artificial and metallic. To mask this, the encoder subtracts the synthesized sinusses from the original audio signal. The residual is then matched to a linear filter that is excited with white noise. The extracted parameters can than be quantized, coded and multiplexed into a bitstream.