android – Use of react-speech-recognition

0
19
android – Use of react-speech-recognition


I need to use a speech to textual content in react native. The issue, I can not discover a technique to do it proper. I discover lots of textual content to speech however not within the different case. In one other query I discovered the react-speech-recognition package deal
and it’s precisely what I’m searching for however when making a venture following your directions it provides me an error.

PS C:UsersUsuarioDownloadsproyect2> npx expo run:android      
› Opening emulator Pixel_3a_API_34_extension_level_7_x86_64
› Constructing app...
Beginning a Gradle Daemon, 1 incompatible and 1 stopped Daemons couldn't be reused, use --status for particulars
Configuration on demand is an incubating function.
:ReactNative:Working '[node, C:UsersUsuarioDownloadsproyect2node_modules@react-native-communityclibuildbin.js, config]' command failed.

FAILURE: Construct failed with an exception.

* The place:
Script 'C:UsersUsuarioDownloadsproyect2node_modules@react-native-communitycli-platform-androidnative_modules.gradle' line: 401

* What went mistaken:
An issue occurred evaluating script.
> Course of 'command 'node'' completed with non-zero exit worth 1

* Strive:
> Run with --stacktrace choice to get the stack hint.
> Run with --info or --debug choice to get extra log output.
> Run with --scan to get full insights.
> Get extra assist at https://assist.gradle.org.

BUILD FAILED in 22s
5 actionable duties: 1 executed, 4 up-to-date
Error: C:UsersUsuarioDownloadsproyect2androidgradlew.bat app:assembleDebug -x lint -x check --configure-on-demand --build-cache -PreactNativeDevServerPort=8081 -PreactNativeArchitectures=x86_64,arm64-v8a exited with non-zero code: 1
Error: C:UsersUsuarioDownloadsproyect2androidgradlew.bat app:assembleDebug -x lint -x check --configure-on-demand --build-cache -PreactNativeDevServerPort=8081 -PreactNativeArchitectures=x86_64,arm64-v8a exited with non-zero code: 1
    at ChildProcess.completionListener (C:UsersUsuarioDownloadsproyect2node_modules@expospawn-asyncbuildspawnAsync.js:42:23)
    at Object.onceWrapper (node:occasions:629:26)
    at ChildProcess.emit (node:occasions:514:28)
    at cp.emit (C:UsersUsuarioDownloadsproyect2node_modulescross-spawnlibenoent.js:34:29)
    at maybeClose (node:inside/child_process:1091:16)
    at ChildProcess._handle.onexit (node:inside/child_process:302:5)
    ...
    at spawnAsync (C:UsersUsuarioDownloadsproyect2node_modules@expospawn-asyncbuildspawnAsync.js:7:23)
    at spawnGradleAsync (C:UsersUsuarioDownloadsproyect2node_modules@expoclibuildsrcstartplatformsandroidgradle.js:96:48)
    at assembleAsync (C:UsersUsuarioDownloadsproyect2node_modules@expoclibuildsrcstartplatformsandroidgradle.js:74:18)
    at runAndroidAsync (C:UsersUsuarioDownloadsproyect2node_modules@expoclibuildsrcrunandroidrunAndroidAsync.js:45:37)

Has anybody used it and know the error? Can I discover any instance venture that already implements it? I’ve seen many references to this package deal however I’m shocked that it doesn’t work later

I adopted the directions on the official web site and it did not work for me. I hope to implement speech to textual content in my venture

LEAVE A REPLY

Please enter your comment!
Please enter your name here