Examples
This page contains all the implementation examples or issue solving that user of this package asked for, this is my approach to solve it.
1. Streaming TTS with Highlight (Beta)
With help of python or node js server we can do streaming chat completion open ai
Try something long, like "Explain me detail about roman empire"
2. Pluginify
This package is getting larger and larger so we need to re architecure it using plugin feature architecure. See the browser console log
3. Use of LLM Engine
Translate to other language
4. SRT Generation
Example of use this package for generating SRT file, Srt is a subtitle file format that is supported by many video players.
Cats, beloved companions, exhibit fascinating behaviors. From their graceful leaps to affectionate purrs, these enigmatic creatures captivate our hearts. With a diverse range of breeds, each cat brings its own unique charm, making them the perfect addition to any home.
Batched Version
The subtitle generated onBeforeAudioPlay event is batched version.
Full Version
The subtitle generated onEnded event is full version.