v0.2.22

puckeditor/puckv0.2.22Jun 4, 2026by QuentinFuxa

AI Summary

This release focuses on stability and performance improvements for audio processing, specifically normalizing language codes, improving VAD event handling to prevent timestamp drift, and optimizing CUDA cache management.

Key Highlights

  • NLLW language alias normalization (zh -> zh-CN)
  • Improved VAD event handling to preserve silence boundaries
  • CUDA cache cleanup to keep decoder processing lightweight

New Features

  • NLLW language aliases normalization
  • VAD event handling improvements
  • CUDA cache cleanup

Full Release Notes

## Core
- **NLLW language aliases** : Normalize Whisper Chinese language codes at the NLLW boundary (`zh` -> `zh-CN`) for transcription and translation configs
- **VAD event handling** : Preserve short silence boundaries and avoid cumulative timestamp drift in VAC/VAD chunk processing
- **CUDA cache cleanup** : Keep per-step decoder cleanup lightweight; CUDA cache release stays on coarse segment boundaries