Skip to content

1.2.0

Compare
Choose a tag to compare
@Macoron Macoron released this 25 Jul 21:05
· 16 commits to master since this release
36526a3

New major release with a lot of changes.

whisper.cpp updated to 1.4.2

While 1.4.2 is technically still in beta, it was available for several month and seems to be working stable. The quality of transcription shouldn't have changed, however some results looks different comparing to previous versions. If this is critical for you, consider using previous releases.

Prompting

image
Whisper.unity now supports prompting. Prompting helps you to "guide" transcription style, names or specific terminology. It isn't as powerful as prompting LLM, but you can get really interesting results with it.

Streaming

output.mp4

First version of transcription streaming was added. Now transcription will be updating in real-time, using microphone or audio stream. This is mostly direct port of original whisper.cpp demo except VAD.

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.0