You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: