
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@agrigate/speech-to-text-wrapper
Advanced tools
Wrapper around any <TextInput /> in React Native that provides support for speech to text functionality—powerful & ease to use
Use // @ts-ignore
when importing SpeechtoTextWrapper
pnpm i @agrigate/speech-to-text-wrapper
or
yarn add @agrigate/speech-to-text-wrapper
or
npm i @agrigate/speech-to-text-wrapper
Make sure to add required permissions in AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
import SpeechtoTextWrapper from "@agrigate/speech-to-text-wrapper";
<SpeechtoTextWrapper locale="en-IN">
# <TextInput style={{ borderWidth: 1, }} value={text} onChangeText={v => settext(v)} /> [ANY TEXT INPUT]
</SpeechtoTextWrapper>
locale | [optional, default is "en-US"] | give your desired lang locale & it'll render in that |
Language Name | Code |
---|---|
English (US) | en-US |
English (India) | en-IN |
Hindi (India) | hi-IN |
Bengali (India) | bn-IN |
Tamil (India) | ta-IN |
Telugu (India) | te-IN |
Kannada (India) | kn-IN |
Marathi (India) | mr-IN |
Gujarati (India) | gu-IN |
Malayalam (India) | ml-IN |
Punjabi (India) | pa-IN |
Urdu (India) | ur-IN |
French | fr-FR |
German | de-DE |
Spanish (Spain) | es-ES |
Spanish (Mexico) | es-MX |
Arabic (UAE) | ar-AE |
Chinese (Mandarin, China) | zh-CN |
Japanese | ja-JP |
Korean | ko-KR |
Feel free to checkout what we do here
FAQs
Wrapper around any <TextInput /> in React Native that provides support for speech to text functionality—powerful & ease to use
The npm package @agrigate/speech-to-text-wrapper receives a total of 272 weekly downloads. As such, @agrigate/speech-to-text-wrapper popularity was classified as not popular.
We found that @agrigate/speech-to-text-wrapper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.