Macoron / whisper.unity

Running speech to text model (whisper.cpp) in Unity3d on your local machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for results streaming

Macoron opened this issue · comments

Right now whisper.unity API return all text at once. It would be cool if it could send text result segment by segment, like most modern system do. Need to research how does new_segment_callback_user_data works.