Skip to content

Jivetalking 0.4.1

Choose a tag to compare

@github-actions github-actions released this 31 May 00:36
0.4.1

⚡ Pass 4 is roughly 4.5× faster

loudnorm in linear mode processes internally at 192 kHz and emits at that rate, so the declicker and the trailing analysis filters were quietly doing 4× the work on every file. Pass 4 now resamples back to the source rate before declicking, cutting its runtime by about 4.5× across the board.

The effect is most dramatic on long, quiet recordings: a 49-minute file that previously crawled through Pass 4 (and appeared stuck) now completes in well under two minutes. That apparent "stall" was also a misleading progress bar, which now advances smoothly.

Changes since 0.4.0

  • docs: clarify not-clamped filter chain heading (256b523)
  • fix(processor): insert aresample between loudnorm and adeclick in Pass 4 (2177847)
  • build(deps): bump golang.org/x/sys to v0.44.0 to fix GO-2026-5024 (42a1e0f)

Installation

Download the appropriate binary for your platform below, make it executable, and move it to your PATH:

# Linux (amd64)
chmod +x jivetalking-linux-amd64
sudo mv jivetalking-linux-amd64 /usr/local/bin/jivetalking

# macOS (Apple Silicon)
chmod +x jivetalking-darwin-arm64
sudo mv jivetalking-darwin-arm64 /usr/local/bin/jivetalking

Checksums

SHA256 checksums are provided below for verification.