Changelog

All notable changes to Life.js are documented here.

v0.40.0

4 changes

Features

LilaRest's avatar

Move punctuations removal to SpeechTokenizer directly

LilaRest's avatar

Improve whitespace and break handling in the SpeechTokenizer

LilaRest's avatar

Transform URLs into spoken form in the SpeechTokenizer

LilaRest's avatar

Support floating point number parsing in SpeechDurationTokenizer

v0.39.0

6 changes

Features

LilaRest's avatar

New SpeechDurationTokenizer consistently outperforming the old tokenizer by 400%+ on Markdown and 100%+ on plain text.

LilaRest's avatar

Allow TTS pace to be updated mid-job and adjust accordingly

LilaRest's avatar

Add trailing and leading whitespace supports to SpeechTokenizer to support incremental tokenization

LilaRest's avatar

Reduce sidebar width to 33 in life dev

LilaRest's avatar

New SpeechTokenizer to pre-process LLM responses for TTS, with full support for CommonMark, GFM, LaTeX, MDX, and Mermaid Markdown flavors/syntaxes

Fixes

LilaRest's avatar

Solve SpeechDurationTokenizer.take() returning the entire text for 0 or negative indexes

v0.38.0

1 change

Features

LilaRest's avatar

Refactor markdown utilities and add mdast extensions to parse Life.js syntaxes

v0.37.0

2 changes

Features

LilaRest's avatar

Persist ONNX state of Silero VAD jobs

LilaRest's avatar

Support Sonic 3 model from Cartesia

v0.36.0

3 changes

Features

LilaRest's avatar

Models API refactoring, renamed types, simplified job structure, use job in VAD

LilaRest's avatar

Upgrade to Silero VAD 6.2 and simplify the class implementation

LilaRest's avatar

New <Markdown/> component from life/react to render Markdown streams

v0.35.0

1 change

Features

LilaRest's avatar

Allow createLifeClient to be provided with no options object

v0.34.3

1 change

Fixes

LilaRest's avatar

Resolve incorrect child process path in server

v0.34.2

2 changes

Fixes

LilaRest's avatar

Ensure env vars are injected BEFORE the CLI code gets loaded

LilaRest's avatar

Remove the need for the patched version of ink + bump deps

v0.34.1

1 change

Fixes

LilaRest's avatar

Include the patched version of ink in the life package build

v0.34.0

1 change

Features

LilaRest's avatar

Upgrade to Vitest 4.0