halo_
halo_

Reputation: 11

HARK for Speech Recoginition

I'm at the research stage in designing a Speech Recoginition app using HARK open source (compel using HARK), but the HARK system documentation confuses me.

I have read the following HARK system documents:

I need a Speech Recoginition solution, and the HARK system appears to be an ideal complete app system for my robot audition project, because it includes many features, such as; Sound localization, Function transfer and Speech recoginition.

My problem is that I still dont know how the HARK system is intended to be used or how to use/communicate with the HARK open source.

I'm appealling to somebody with HARK system experience to help me get on the right track.

Upvotes: 1

Views: 200

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

Hark works as a standalone server which sends features to the speech recognizer. Speech recognizer must accept features over TCP socket and process them. The relevant parts of documentation are:

SpeechRecognitionClient

JuliusMFT

You can also modify Hark sources and use it simply as a software library invoking functions and processing results.

Upvotes: 0

Related Questions