hark-lib/PyHARK

What is this

The HARK acoustic library was developed to make HARK easier to use in various of situations, and consists of a newly refactored core library in C++ and bindings for various languages.

Development language support status

  • C++ : Supported. Can be used by calling the core library directly.
  • Python : Supported. Python bindings are provided and can used by simply calling import hark.
  • C# : We don’t support. Please develop at your own risk by referring to the sample. Sample C# bindings are provided for development in the VisualStudio environment.
  • Obj-C/C++ : We don’t support. Please develop at your own risk referring to the sample. Sample Obj-C bindings are provided for development in the Xcode environment.
  • Bug reports are welcome, but please note that bugs related to bindings in unsupported languages will be given a lower priority to be fixed.

Quick start guide

hark-lib quick start guide.
Notes:
This document is currently under preparation. Please refer to the 21st HARK Tutorial document currently available for details on how to use it.

Documents

hark-lib document.
Notes:
This document is currently under preparation. Please refer to the 21st HARK Tutorial document currently available for details on how to use it.

Installation Instructions

Installation from Pre-compiled Binaries

hark-lib (Package Installation).

Installation from Source Compilation

hark-lib (Source Compilation).

Downloads

Samples

  • HARK Automatic Speech Recognition Pack (HARK音声認識セット)

Source Code

Back to Top