v1.0.3

Orange-OpenSource/hurlv1.0.3Jan 22, 2026by vvolhejn

AI Summary

This release fixes a temporary file issue on Windows and introduces a new argument for controlling chunk sizes. It also improves the `generate_audio_stream()` function by respecting the `frames_after_eos` parameter and adds documentation links for browser-based community implementations.

Key Highlights

  • Fix temporary file issue on Windows
  • New chunk size control argument
  • Respect frames_after_eos parameter in generate_audio_stream()
  • Add links to community implementations for browsers

New Features

  • Chunk size control argument
  • Links to community implementations for browsers

Full Release Notes

## What's Changed
* Fix temp file issue on windows (I hope) by @Arihant25 and @vvolhejn in https://github.com/kyutai-labs/pocket-tts/pull/72
* fix: respect frames_after_eos parameter in generate_audio_stream() by @batteryshark in https://github.com/kyutai-labs/pocket-tts/pull/58
* Feat/add chunk size control arg by @saleemdjima in https://github.com/kyutai-labs/pocket-tts/pull/56
* Add links to more community implementations for browsers by @vvolhejn in https://github.com/kyutai-labs/pocket-tts/pull/77

## New Contributors
* @batteryshark made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/58
* @saleemdjima made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/56

**Full Changelog**: https://github.com/kyutai-labs/pocket-tts/compare/v1.0.2...v1.0.3