1.0.27 • Published 10 months ago
@agrigate/speech-to-text-wrapper v1.0.27
React Native Speech-to-Text Wrapper for TextInput
A wrapper to uplift any TextInput in react native, providing speech-to-text support in more than 20 languages
@agrigate/speech-to-text-wrapper - ts support (under dev)
Use // @ts-ignore when importing SpeechtoTextWrapper
Installation
pnpm i @agrigate/speech-to-text-wrapperoryarn add @agrigate/speech-to-text-wrapperornpm i @agrigate/speech-to-text-wrapperMake sure to add required permissions in
AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />Use
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>Props
| 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
1.0.27
10 months ago
1.0.26
10 months ago
1.0.25
10 months ago
1.0.24
10 months ago
1.0.23
10 months ago
1.0.22
10 months ago
1.0.21
10 months ago
1.0.20
10 months ago
1.0.19
10 months ago
1.0.18
10 months ago
1.0.17
10 months ago
1.0.16
10 months ago
1.0.15
10 months ago
1.0.14
10 months ago
1.0.13
10 months ago
1.0.12
10 months ago
1.0.11
10 months ago
1.0.10
10 months ago
1.0.9
10 months ago
1.0.8
10 months ago
1.0.7
10 months ago
1.0.6
10 months ago
1.0.5
10 months ago
1.0.4
10 months ago
1.0.3
10 months ago
1.0.2
10 months ago
1.0.1
10 months ago
1.0.0
10 months ago