Computer Science, asked by JaswanthVarma3408, 10 months ago

To insert our own voice, we need to attach a dash to computer

Answers

Answered by ashimaarorapurvika
0

Answer:

To insert our own voice, we need to attach a microphone to computer

Explanation:

hope it helped.

pls mark as the brainliest ans...

Answered by VIGYAS
21

Answer:

Voice based devices/applications are growing a lot. Today, there are Google Assistant, Alexa which takes our voice as input, process them and perform actions based on it. It uses state of art process in Speech to Text, Natural language understanding, deep learning and Text to speech. Before we dive into the code, let us understand a voice based application on a high level.

The first step to build a voice based application is to listen for user voice constantly and then transcribe the voice to text. The python code that I shared in this article will cover this topic. The rest as highlighted in the box varies based on the application. So, the user can add their own application at the end of the code snippet.

It is difficult to create the voice to text transcription engine with higher accuracy as we need to train our model on lots of data (clean and noisy environment). Leaders in this industry like Google, Amazon, Baidu, IBM Watson, Wit, Microsoft provide API based services which can be easily integrated with applications. Google also offers voice actions which is an API based service to perform actions within app seamlessly using voice. Annyang, a tiny javascript can let you integrate voice recognition to websites easily. If you are interested to develop your own speech to text application, please look at these links below.

Similar questions