Back to Joplin

react-native-whisper-voice-typing

packages/whisper-voice-typing/README.md

3.6.11736 B
Original Source

react-native-whisper-voice-typing

Wraps whisper.cpp for use in React Native.

Development

This package uses react-native-nitro-modules and was scaffolded using nitrogen.

Adding a new native hybrid object

Process summary:

  1. Add a TypeScript type declaration to src/specs/Whisper.nitro.ts.
  2. (Optional) Update nitro.json's autolinking section.
  3. Run yarn build. This regenerates the nitrogen/generated folder.
  4. Implement the new interface(s) in android/src/main/java/ or cpp/.

See the documentation for full instructions.