1.1.22

nektos/act1.1.22Jul 23, 2026by SWivid

AI Summary

Fixes a memory allocation issue in the `fix_duration` function that could cause a blow-up in duration when processing chunks.

Key Highlights

  • Fix duration blow-up by allocating duration across chunks

Full Release Notes

## What's Changed
* fix: allocate fix_duration across chunks to avoid N× duration blow-up by @Wing900 in https://github.com/SWivid/F5-TTS/pull/1309

## New Contributors
* @Wing900 made their first contribution in https://github.com/SWivid/F5-TTS/pull/1309

**Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.21...1.1.22