mybigday / whisper.rn

React Native binding of whisper.cpp.
MIT License
376 stars 23 forks source link

JSI function for transcribe audio buffer #52

Open jhen0409 opened 1 year ago

jhen0409 commented 1 year ago

Provide JSI function for transcribe audio buffer, so we can use library like react-native-audio-pcm-stream or from another source, and we can manage recorded audio samples on JS without writing platform specific code.

Compare to native bridge, JSI can convert buffer from JS in high performance.

simonwh commented 3 months ago

Any progress on this one? :)