I just want you to know personally i spent 4 months trying to do what you did in 30 min 😂😂😂 you got a new subscriber my friend e si eu gosto JavaScript ❤😂
Any alternatives to achieve these functionalities in all browsers? Any 'cross-browser' solution? Thanks in advance for sharing your knowledge through the videos, which, by the way, have excellent didactics
im not aware of a good browser-native way to handle this. the only option i could think of is using a service like handle some of this work for you like the OpenAI API, uploading a voice clip and letting them handle the work through their different available endpoints thank you :)
something happened with Web Speech Recognition API. On Google Chrome Desktop it stopped providing punctuation and on Android Chrome it started making duplicate interimResults... I am not sure where to report this bug, I had it working with my AI app and all of the sudden things broke. On the Edge which is Chromium based it still works flawless, very strange..
i'm not sure how to report the bug, but here's their issue tracker: issues.chromium.org/issues?q=status perhaps once logged in it'l let you submit a new issue?
thank you! do you mean if you have your mic physically always on? or do you mean the browser API? the browser should only listen if you tell it to start listening, where in the example used a button to start that
@@yogyyconst i think you'd actually want to use this API: developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API perhaps I'll make a tutorial around it at some point but i dont currently have one
im not sure about this. i know that some devices come with local synthesis services, so i would recommend trying it and seeing what's available on the devices/browsers you want to support
Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course
I just want you to know personally i spent 4 months trying to do what you did in 30 min 😂😂😂 you got a new subscriber my friend e si eu gosto JavaScript ❤😂
haha glad i was able to help!
I hope you get more visibility and subscribers. This was exactly what I needed (and the typescript type was a really nice touch)
really appreciate that! glad it helped you out
Thank you so much, Your expalining is really smooth 💯
thanks! happy to hear that 🙌
Get fresh tutorials and other free content straight to your inbox! colbyfayock.com/news
I enjoyed this, straight to the point! :)
thanks, glad to hear that!
this video is lit.. clean explanation, thanks.
🫡
Any alternatives to achieve these functionalities in all browsers? Any 'cross-browser' solution? Thanks in advance for sharing your knowledge through the videos, which, by the way, have excellent didactics
im not aware of a good browser-native way to handle this. the only option i could think of is using a service like handle some of this work for you like the OpenAI API, uploading a voice clip and letting them handle the work through their different available endpoints
thank you :)
something happened with Web Speech Recognition API. On Google Chrome Desktop it stopped providing punctuation and on Android Chrome it started making duplicate interimResults... I am not sure where to report this bug, I had it working with my AI app and all of the sudden things broke. On the Edge which is Chromium based it still works flawless, very strange..
i'm not sure how to report the bug, but here's their issue tracker: issues.chromium.org/issues?q=status
perhaps once logged in it'l let you submit a new issue?
Nice work dude! I have a question, if i have my mic always on, how can I avoid the app listen to the bot?is there any way?
thank you! do you mean if you have your mic physically always on? or do you mean the browser API? the browser should only listen if you tell it to start listening, where in the example used a button to start that
Thank you ..💚
No problem!
Yeay🎉
🙌
thanks for the video, but can i record the speech to mp3? like voice note whatsapp
do you mean the translated version to mp3? or just simply recording a voice as is?
@@colbyfayock just the recording, because i need send the recording to backend
@@yogyyconst i think you'd actually want to use this API: developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API
perhaps I'll make a tutorial around it at some point but i dont currently have one
@@colbyfayock it's ok, thank you man
does speech synthesis and speech recognition work offline
im not sure about this. i know that some devices come with local synthesis services, so i would recommend trying it and seeing what's available on the devices/browsers you want to support
Edge provides the best results, Synthesis & Recognition.
interesting didnt test that one! and realizing i can download that on Mac now, will have to play with it