Skip to content

SoxFilter v2.2

Latest
Compare
Choose a tag to compare
@pinterf pinterf released this 03 Jan 16:00

SoxFilter

SoxFilter 2.2 for AviSynth by pinterf (20240104)
Based on Sox audio library 14.4.2

Description

SoxFilter is an AviSynth plugin.

The original SoX as an application reads and writes audio files in most popular
formats and can optionally apply effects to them.

The Avisynth plugin provides a filter to use an effect or effect chain on AviSynth audio streams.
AviSynth acts both as writer and reader of audio data, no external audio files are involved.

Changes in v2.2

  • Change the way how the effect chain is reinitialized, Fixes the "Normalize" after SoxFilter("compand") case.