Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anum23's avatar

Text to Speech & Speech recognition possible in Laravel?

WHAT'S THE IDEA? I am creating a Recipe Recommendation System in which recipes according to user's taste and health will be shown in the recipe blog. In this blog, there will be "Open in Cooking Mode" where the recipe instructions will be read out loud (Text to Speech). Also, user can interact with the system by giving commands like "Start", "Pause" and "Stop" or if possible "Repeat" so that user can easily make the dish while listening to the instructions. (Speech Recognition)

WHAT IS NEEDED? Now, my question is there any tool, library or any API that can be used in Laravel that can make this possible?

0 likes
2 replies
martinbean's avatar

@anum23 Laravel is a server-side framework. What you’ve described is all a client-side concern.

Break things down into steps and tackle steps one at a time, instead of dropping a paragraph of functionality with no visible attempt from yourself to start.

Ben Taylor's avatar

Chrome has an API to convert speech to text which you could make use of. The only problem is that it isn't available in other browsers, which is a shame

1 like

Please or to participate in this conversation.