How to Enable Voice Search Using the ButterCMS Search API

Published on May 29, 2023.

Within this tutorial, you will learn about speech recognition, and how voice-based search can be added as an alternative to the regular text-based search in applications. You will use the third-party Speech-to-Text feature of Azure to convert audio into text before searching through ButterCMS for data. 

You can have a quick glance through the code by going through the GitHub Repository . You can also perform a quick test of the voice-based search added to the deployed demo frontend application here. 

Want To Read More?