A
A
Alex Serov2017-02-03 13:35:27
Speech recognition
Alex Serov, 2017-02-03 13:35:27

What libraries would you recommend for recognizing voice commands?

The application must respond to the user's voice commands.
Commands are written in advance by the user.
What methods can be used to recognize commands?
Are there prebuilt libraries?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2017-02-03
@gibsonman01

You just need to record the sound wave and fuzzy compare with the sample.
This can be done with this: https://www.codeproject.com/articles/206507/duplic...
Or from the article: https://github.com/AddictedCS/soundfingerprinting

A
Alexander Aksentiev, 2017-02-03
@Sanasol

Only in this way https://tech.yandex.com/speechkit/cloud/doc/dg/con...
You yourself do not "recognize" commands in any way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question