argmaxinc / WhisperKit

On-device Speech Recognition for Apple Silicon
https://takeargmax.com/blog/whisperkit
MIT License
3.17k stars 267 forks source link

Create simple streaming example in README #197

Open recursionbane opened 1 month ago

recursionbane commented 1 month ago

Hi, this is a great project, thank you for creating it.

I see that you have a nice, simple example for transcribing a prerecorded audio file.

Looking through the sample app, it seems there are a lot of steps needed to get the transcription of an ongoing recording streamed out.

Can you please provide a simple streaming recording+transcription example in the README, similar to the current transcription example?

atiorh commented 1 month ago

Great callout. We will lower the streaming algorithm from the app layer into the package for easier consumption soon and document it.