Source Code

HARK acoustic library with Python bindings
(We call this simply PyHARK)

In an Ubuntu environment, you can use the apt source command to get the source code.

apt source libhark-lib

See this link for compilation and installation instructions.
 

  • Alternatives
    • Before trying the alternatives below, we recommend that you check if the source code is available for download using the “apt source” command. If you download with “apt source”, you can get the source code for the versions we support.
    • If you want to install in an environment isolated from the network, you can download the source code via another PC using the following alternative method, but be sure to download the source code from the URL with the correct distribution name (jammy, noble, etc…).
    • In the following cases, the environment is not supported by us and you may not be able to compile/build. Download the source code using the alternatives below at your own risk.
      • If you want to build on a distribution other than Ubuntu.
      • e.g.) RHEL, Fedora, etc…

      • If you want to build on an architecture other than Intel x86_64.
      • e.g.) aarch64, etc…

      • If you want to build a HARK version that we have not released in that distribution.
      • e.g.) PyHARK 1.1.0 on Ubuntu 18.04, etc…

  • The source code tarball can be downloaded from the URL below.

     


 

HARK

In an Ubuntu environment, you can use the apt source command to get the source code.

apt source PACKAGE_NAME

PACKAGE_NAME is listed at this link.
 

See this link for compilation and installation instructions.
 

Back to Top