🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

speech-to-text-wrapper

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speech-to-text-wrapper

Wrapper to transform any textinput into Speech-to-text Texinput

1.0.2
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Speech to Text Texinput

ts npm

Wrapper to transform any textinput into Speech-to-text Texinput

Description

With this wrapper, transform any text input to a Speech-to-text Textinput. This allows you to easily enable voice-based input functionality. You just need to wrap your text input like the following:

<SpeechtoTextWrapper>
   <TextInput />  {/* Your text input goes here */}
</SpeechtoTextWrapper>

Installation

Step 1: Install Dependencies

To get started, you'll need to install the following dependencies:

yarn add @react-native-voice/voice react-native-toast-message eventemitter3

Ensure you've linked @react-native-voice/voice by following the linking instructions here:! [@react-native-voice/voice][https://www.npmjs.com/package/@react-native-voice/voice#linking].

Step 2: Install the Speech-to-Text Wrapper

Next, install the speech-to-text-wrapper package:

yarn add speech-to-text-wrapper

You're done! Wohoo 🎉

Now, you can wrap any TextInput component with the SpeechtoTextWrapper and enjoy voice-based text input in your app!

Contact me at mohit.chawla@workmail.com

"Buy Me A Coffee"

Keywords

speech-to-text-wrapper

FAQs

Package last updated on 13 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts