This callback is called when a transcript is received from whisper. Won't be called when streaming is true.
I find this easier to consume the resulting transcript if it must be sent to another method or api, rather than having to compare state over time. Let me know if there's an existing or better way to achieve this.
This is sent as proof of concept, I'll also edit the readme if you validate this contribution.. Thanks!
This callback is called when a transcript is received from whisper. Won't be called when
streaming
istrue
.I find this easier to consume the resulting transcript if it must be sent to another method or api, rather than having to compare state over time. Let me know if there's an existing or better way to achieve this.
This is sent as proof of concept, I'll also edit the readme if you validate this contribution.. Thanks!