1

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.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
halo_
  • 11
  • 2

1 Answers1

0

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.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87
  • Thank you so much for your answer. – halo_ Nov 28 '16 at 02:27
  • Can you suggest me for one more question? I saw HARK has a tool named harktool4, do you know it and can you guy suggest for me what exactly that tool do? Thank you. – halo_ Nov 28 '16 at 02:35