I really like: 1. The way you focus on the logic not the frontend 2. You zoom in your screen to make the code easier to see 3. You use a backend (if you have the time, can you make a backend using python)
I've been trying to follow different tutorials to explain how to use React Native voice with Expo and none of them work, they all use outdated NPM commands etc. This is the first tutorial that actually worked, so thanks for that.
it is not wprking properly in andorid when i use speech libray and implement this it shows me this error Cannot read property 'stopSpeech' of null" and the same 'startSpeech' can anyone tell me how i solve this error in RN Andorid
You are doing awesome work. Just subscribed to your react native course on your website. I am also interested in premium projects as well but please update them for expo 49 and if possible expo page navigation.
Congratulations 👏. Can you make a series of clean architecture in React Native projects, cover pattern like atomic design and how to apply it in React Native Projects. I have been thinking build an app for authentication I wanna use third services such firebase auth or clerk, and maybe later change to another provider, with good practices to avoid accomplishment with one specific provider follow strategy pattern or other one for a particular case Also build from scratch or use one of your existent project to convert into PWA using expo.
Love your videos. Please create an image app where users can download images in the app. Has a traveling app UI but mainly for image downloads. Like a wallpaper app without API
36:53, I can't import useVoiceRecognition from folder hooks and the error was: "Your JavaScript code tried to access a native module that doesn't exist". Does anyone meet this error? p/s: - I use npm instead of yarn - I use my iphone instead of any simulator
That’s because @react-native-voice/voice isn’t compatible with Expo Go. It relies on native modules which is why you’re getting that error. You can run it in a simulator fine but not on Expo Go.
When I ran on Android simulator, I got the error: "Cannot read property 'startSpeech' of null". And I have read that I need to use Eas build or development builds. I really don't know how to fix this @@AviMamenko
Great video Beto, I just subscribed to your channel to learn more about react native. I was trying to reproduce but I'm stuck with the Cloud Text-to-Speech API, it requires a billing account, but I hasn't. There is another solution about that?
Thanks for the video brother! This is amazing. Do you believe it's possuble to easily expand this model to be conversational like Rasa? Really wanna make this a true conversational trained on my data.
What’s the difference between something this and let’s say RASA? Planning a mobile app to connect with my odoo v16 database for an FAQ/Sales Support assistant. Saw a guy do a demo video from 2 years ago where he combined RASA with deepspeech and Mozilla’s tts. 2 years ago and it’s amazing! Just need the bot to be lightweight, and not controlled by an organization if possible. Yes RASA is open source but lord it’s difficult to install and keep running. You made it look pretty easy, but it’s still just as dynamic. Maybe I’m wrong. Think I saw you live close to me in Atlanta. I owe you lunch for this video!
I really like:
1. The way you focus on the logic not the frontend
2. You zoom in your screen to make the code easier to see
3. You use a backend (if you have the time, can you make a backend using python)
I've been trying to follow different tutorials to explain how to use React Native voice with Expo and none of them work, they all use outdated NPM commands etc. This is the first tutorial that actually worked, so thanks for that.
Great video! I'm from ATL as well :D
it is not wprking properly in andorid when i use speech libray and implement this it shows me this error Cannot read property 'stopSpeech' of null" and the same 'startSpeech' can anyone tell me how i solve this error in RN Andorid
did you find the solution?
I have the same problem😪
The reason for this is probably because you're running on Expo Go. You need a native development build through EAS to run native packages
@@mrfifty434 can you tell me how i run this i have no idea about that
You are doing awesome work. Just subscribed to your react native course on your website. I am also interested in premium projects as well but please update them for expo 49 and if possible expo page navigation.
Welcome aboard!
Thanks for this amazing tutorial, it's super helpful 🤩🤩
Please more Nestjs... Thank you for your efforts
Congratulations 👏. Can you make a series of clean architecture in React Native projects, cover pattern like atomic design and how to apply it in React Native Projects. I have been thinking build an app for authentication I wanna use third services such firebase auth or clerk, and maybe later change to another provider, with good practices to avoid accomplishment with one specific provider follow strategy pattern or other one for a particular case
Also build from scratch or use one of your existent project to convert into PWA using expo.
This channel looks like gold mine for react native developers...
Does iam the one only whos getting error as cannot read property 'startSpeech' of null,even stopSpeech also
about what you said in the moment "1:39:20" how can I point to my IP address instead of my localhost?
Is in the JSON of my backend code, or where? Please a little help my beto my bro
oh, I already know. Is in the .env of my frontend, right? But to change the 3000 for my IP address, How do I know what is my IP address?
I think I already solved that, but now... I just found that i do not have money in my openAI account, and i cannot make make any new requests nOooOoOo
I am confused. It is managing context in conversation? Or each message is a new conversation?
Love your videos.
Please create an image app where users can download images in the app. Has a traveling app UI but mainly for image downloads. Like a wallpaper app without API
plz make video on push notifications with Firebase or we create notifications and background services in the App plz
Im getting Invalid arg type with res.end(audioContent)
I followed the video. I'm using android. Want to know how to set up voice in android.
great content by the way, do you know a way to inference a locally downloaded LLM?
In the expo build, you can add environment variables, such as a firebase token, would this be the safest way to save this information?
36:53, I can't import useVoiceRecognition from folder hooks and the error was:
"Your JavaScript code tried to access a native module that doesn't exist".
Does anyone meet this error?
p/s:
- I use npm instead of yarn
- I use my iphone instead of any simulator
That’s because @react-native-voice/voice isn’t compatible with Expo Go. It relies on native modules which is why you’re getting that error. You can run it in a simulator fine but not on Expo Go.
really appreciate you@@AviMamenko
When I ran on Android simulator, I got the error: "Cannot read property 'startSpeech' of null". And I have read that I need to use Eas build or development builds. I really don't know how to fix this @@AviMamenko
can you make this same thing with javascript react native
Wow this is great...
keep up the good work
great tutorial sir! may I ask if do you have a plan to create a react native and firebase soon? thanks
Yes, soon
Is the backend code source available in Git Hub?
Awesome!
Is the backend code source available in Git Hub as well? Is there good library for speech-to-text for the web?
Great video Beto, I just subscribed to your channel to learn more about react native.
I was trying to reproduce but I'm stuck with the Cloud Text-to-Speech API, it requires a billing account, but I hasn't.
There is another solution about that?
Can you make a tutorial using python for backend?
Hi can you do the same sample with latest Real Time API
Yes sir
link to the code repo?
hi beto, can you please tell me what text editor you use for code with beto website to write articles? would appreciate the response🙏🏽
theme: "github-dark"
Fire 🔥
Thanks Alvaro!
Cool, thanx
Thanks for the video brother! This is amazing. Do you believe it's possuble to easily expand this model to be conversational like Rasa? Really wanna make this a true conversational trained on my data.
What’s the difference between something this and let’s say RASA?
Planning a mobile app to connect with my odoo v16 database for an FAQ/Sales Support assistant. Saw a guy do a demo video from 2 years ago where he combined RASA with deepspeech and Mozilla’s tts. 2 years ago and it’s amazing! Just need the bot to be lightweight, and not controlled by an organization if possible. Yes RASA is open source but lord it’s difficult to install and keep running. You made it look pretty easy, but it’s still just as dynamic. Maybe I’m wrong.
Think I saw you live close to me in Atlanta. I owe you lunch for this video!
hello ,I have this error if you can tell me why it is ERROR [TypeError: Cannot read property 'startSpeech' of null]
i am also having same error, can u please tell me if u found the sollution, ans what it is
@@milandey8286 nothing, I move on
Does this work with Expo?
Thanks.
hey beto i got {"error": {"code": "3", "message": "3/Audio recording error"}} this error and i cant solve anywhere do you have a idea for this ?
yeah throw your pc away, burn your house down, and go live da amish lifestyle 💪
amish people ain't effected by coding errors :)
where backend ?
why you use NestJS and what is NestJS??
In the video I explain what is nestJS
First view, first like, first comment
Legend!
no mames beto, eres una maquina
Lol, I was thinking about this some days ago
But doesn’t open ai handle text to speech already?
Yes, they also offer text to speech services
@@codewithbeto so what made you use Google?
❤️
Español?
Si! En estos días sale