Speech recognition with Laravel

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Speech recognition with Laravel

Post by z3r0aCc3Ss »

Hi, I'm working on a new project that involves speech recognition. It's a website, developing in Laravel. There's a speech icon on the home screen/page. By long pressing it, speech recognition module will start. And just like Google, it should recognise what the user is saying.
Any API's available? I got DOCOMO with Laravel, but it doesn't seem to be helping. There are a few others, but unfortunately, not much support or integration with Laravel.

Any ideas folks?

PS: @Cats, you're a maestro in Laravel. Could you please help me on this?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: Speech recognition with Laravel

Post by ayu »

Can you be more specific?
What do you mean by DOCOMO not helping?
Are you getting some specific error or something?

You might want to divide the issue into smaller tasks.
Like getting the speech recognition with DOCOMO to work separately first with a file.

https://apiant.com/connect/DOCOMO-Speec ... to-Laravel" onclick="window.open(this.href);return false;
DOCOMO is a Japanese provider that offers a suite of API tools meant to streamline application development. The Speech Recognition API accepts spoken voice within an audio file, and transcribes the language detected into words.
And then you could record audio with Javascript and maybe stream it to your API which then uses DOCOMO to handle it?

https://developers.google.com/web/funda ... ing-audio/" onclick="window.open(this.href);return false;

You don't specifically have to solve it with a Laravel module/facade if you don't want to.
But if you want to do it the more modular "Laravel way" you can create a DOCOMO-facade (although DOCOMO claims to have Laravel support already)

https://laracasts.com/lessons/search-and-custom-facades" onclick="window.open(this.href);return false;
"The best place to hide a tree, is in a forest"

Post Reply