From 4554759a89285f2a365c2a5403c1bfe06dae396c Mon Sep 17 00:00:00 2001
From: csukuangfj
Date: Mon, 24 Jul 2023 01:33:39 +0000
Subject: [PATCH] deploy: b5d8e8498fba5bf773b57f757fd4cd801cdbeb26
---
.buildinfo | 2 +-
_images/cuda_ge_10.1-orange.svg | 1 -
_images/os-green.svg | 1 -
_images/python_ge_3.6-blue.svg | 1 -
_images/pytorch_ge_1.5.0-green.svg | 1 -
_sources/index.rst.txt | 2 +-
_sources/installation.rst.txt | 167 --------------
_sources/installation/faq.rst.txt | 48 +++++
_sources/installation/from_source.rst.txt | 47 ++++
_sources/installation/from_wheels.rst.txt | 7 +
_sources/installation/index.rst.txt | 11 +
_sources/usage/fbank_options.rst.txt | 1 -
cpu.html | 164 ++++++++++++++
cuda.html | 128 +++++++++++
genindex.html | 2 +-
index.html | 11 +-
installation.html | 252 ----------------------
installation/faq.html | 166 ++++++++++++++
installation/from_source.html | 155 +++++++++++++
installation/from_wheels.html | 127 +++++++++++
installation/index.html | 134 ++++++++++++
intro.html | 6 +-
objects.inv | Bin 373 -> 437 bytes
search.html | 2 +-
searchindex.js | 2 +-
usage/fbank.html | 2 +-
usage/fbank_options.html | 4 +-
usage/index.html | 6 +-
usage/online_fbank.html | 2 +-
29 files changed, 1007 insertions(+), 445 deletions(-)
delete mode 100644 _images/cuda_ge_10.1-orange.svg
delete mode 100644 _images/os-green.svg
delete mode 100644 _images/python_ge_3.6-blue.svg
delete mode 100644 _images/pytorch_ge_1.5.0-green.svg
delete mode 100644 _sources/installation.rst.txt
create mode 100644 _sources/installation/faq.rst.txt
create mode 100644 _sources/installation/from_source.rst.txt
create mode 100644 _sources/installation/from_wheels.rst.txt
create mode 100644 _sources/installation/index.rst.txt
create mode 100644 cpu.html
create mode 100644 cuda.html
delete mode 100644 installation.html
create mode 100644 installation/faq.html
create mode 100644 installation/from_source.html
create mode 100644 installation/from_wheels.html
create mode 100644 installation/index.html
diff --git a/.buildinfo b/.buildinfo
index 9eb4d34..adcd019 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 24ef3c29d38cfac8cfe9d6b09fdb5b1d
+config: 68bf3c27274572b710ae58d39e0dc127
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/_images/cuda_ge_10.1-orange.svg b/_images/cuda_ge_10.1-orange.svg
deleted file mode 100644
index e1d5741..0000000
--- a/_images/cuda_ge_10.1-orange.svg
+++ /dev/null
@@ -1 +0,0 @@
-cuda: >= 10.1 cuda cuda >= 10.1 >= 10.1
diff --git a/_images/os-green.svg b/_images/os-green.svg
deleted file mode 100644
index b78017a..0000000
--- a/_images/os-green.svg
+++ /dev/null
@@ -1 +0,0 @@
-os: Linux | macOS | Windows os os Linux | macOS | Windows Linux | macOS | Windows
diff --git a/_images/python_ge_3.6-blue.svg b/_images/python_ge_3.6-blue.svg
deleted file mode 100644
index df677ad..0000000
--- a/_images/python_ge_3.6-blue.svg
+++ /dev/null
@@ -1 +0,0 @@
-python: >= 3.6 python python >= 3.6 >= 3.6
diff --git a/_images/pytorch_ge_1.5.0-green.svg b/_images/pytorch_ge_1.5.0-green.svg
deleted file mode 100644
index d11ab6b..0000000
--- a/_images/pytorch_ge_1.5.0-green.svg
+++ /dev/null
@@ -1 +0,0 @@
-pytorch: >= 1.5.0 pytorch pytorch >= 1.5.0 >= 1.5.0
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index caa50b5..55b897d 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -12,5 +12,5 @@ kaldifeat
:caption: Contents
intro
- installation
+ installation/index
usage/index
diff --git a/_sources/installation.rst.txt b/_sources/installation.rst.txt
deleted file mode 100644
index 5baa217..0000000
--- a/_sources/installation.rst.txt
+++ /dev/null
@@ -1,167 +0,0 @@
-Installation
-============
-
- - |os_types|
- - |python_versions|
- - |pytorch_versions|
- - |cuda_versions|
-
-.. caution::
-
- `kaldifeat`_ depends on `PyTorch`_. `PyTorch`_ >= 1.5.0 is known to work.
-
- Please first install `PyTorch`_ before you install `kaldifeat`_.
-
-.. hint::
-
- To install a CPU version of `kaldifeat`_, please install a CPU version
- of `PyTorch`_.
-
- To install a CUDA version of `kaldifeat`_, please install a CUDA version
- of `PyTorch`_. CUDA >= 10.1 is known to work.
-
-.. _from source:
-
-Install kaldifeat from source
------------------------------
-
-You have to install ``cmake`` and `PyTorch`_ first.
-
- - ``cmake`` 3.11 is known to work. Other CMake versions may also work.
- - `PyTorch`_ >= 1.5.0 is known to work. Other PyTorch versions may also work.
- - Python >= 3.6
-
-
-The commands to install `kaldifeat`_ from source are:
-
-.. code-block:: bash
-
- git clone https://github.com/csukuangfj/kaldifeat
- cd kaldifeat
- python3 setup.py install
-
-To test that you have installed `kaldifeat`_ successfully, please run:
-
-.. code-block:: bash
-
- python3 -c "import kaldifeat; print(kaldifeat.__version__)"
-
-It should print the version, e.g., ``1.0``.
-
-.. _from PyPI:
-
-Install kaldifeat from PyPI
----------------------------
-
-The command to install `kaldifeat`_ from PyPI is:
-
-.. code-block:: bash
-
- pip install --verbose kaldifeat
-
-To test that you have installed `kaldifeat`_ successfully, please run:
-
-.. code-block:: bash
-
- python3 -c "import kaldifeat; print(kaldifeat.__version__)"
-
-It should print the version, e.g., ``1.0``.
-
-Install kaldifeat from conda (Only for Linux)
----------------------------------------------
-
-.. hint::
-
- Installation using ``conda`` supports only Linux. For macOS and Windows,
- please use either :ref:`from source` or :ref:`from PyPI`.
-
-The command to install `kaldifeat` using ``conda`` is
-
-.. code-block:: bash
-
- conda install -c kaldifeat -c pytorch -c conda-forge kaldifeat python=3.8 cudatoolkit=11.1 pytorch=1.8.1
-
-You can select the supported Python version, CUDA toolkit version and `PyTorch`_ version as you wish.
-
-To install a CPU version of `kaldifeat`, use:
-
-.. code-block:: bash
-
- conda install -c kaldifeat -c pytorch cpuonly kaldifeat python=3.8 pytorch=1.8.1
-
-.. caution::
-
- If you encounter issues about missing GLIBC after installing `kaldifeat`_
- with ``conda``, please consider :ref:`from source` or :ref:`from PyPI`.
- The reason is that the package was built using Ubuntu 18.04 and your system's
- GLIBC is older.
-
-
-.. |os_types| image:: ./images/os-green.svg
- :alt: Supported operating systems
-
-.. |python_versions| image:: ./images/python_ge_3.6-blue.svg
- :alt: Supported python versions
-
-.. |cuda_versions| image:: ./images/cuda_ge_10.1-orange.svg
- :alt: Supported cuda versions
-
-.. |pytorch_versions| image:: ./images/pytorch_ge_1.5.0-green.svg
- :alt: Supported pytorch versions
-
-To test that you have installed `kaldifeat`_ successfully, please run:
-
-.. code-block:: bash
-
- python3 -c "import kaldifeat; print(kaldifeat.__version__)"
-
-It should print the version, e.g., ``1.0``.
-
-FAQs
-----
-
-How to install a CUDA version of kaldifeat
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You need to first install a CUDA version of `PyTorch`_ and then install `kaldifeat`_.
-
-.. note::
-
- You can use a CUDA version of `kaldifeat`_ on machines with no GPUs.
-
-How to install a CPU version of kaldifeat
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You need to first install a CPU version of `PyTorch`_ and then install `kaldifeat`_.
-
-How to fix `Caffe2: Cannot find cuDNN library`
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-.. code-block::
-
- Your installed Caffe2 version uses cuDNN but I cannot find the cuDNN
- libraries. Please set the proper cuDNN prefixes and / or install cuDNN.
-
-You will have such an error when you want to install a CUDA version of `kaldifeat`_
-by ``pip install kaldifeat`` or from source.
-
-You need to first install cuDNN. Assume you have installed cuDNN to the
-path ``/path/to/cudnn``. You can fix the error by using ``one`` of the following
-commands.
-
-(1) Fix for installation using ``pip install``
-
-.. code-block:: bash
-
- export KALDIFEAT_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
- pip install --verbose kaldifeat
-
-(2) Fix for installation from source
-
-.. code-block:: bash
-
- mkdir /some/path
- git clone https://github.com/csukuangfj/kaldifeat.git
- cd kaldifeat
- export KALDIFEAT_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
- python setup.py install
diff --git a/_sources/installation/faq.rst.txt b/_sources/installation/faq.rst.txt
new file mode 100644
index 0000000..a48be51
--- /dev/null
+++ b/_sources/installation/faq.rst.txt
@@ -0,0 +1,48 @@
+FAQs
+====
+
+How to install a CUDA version of kaldifeat from source
+------------------------------------------------------
+
+You need to first install a CUDA version of `PyTorch`_ and then install `kaldifeat`_.
+
+.. note::
+
+ You can use a CUDA version of `kaldifeat`_ on machines with no GPUs.
+
+How to install a CPU version of kaldifeat from source
+-----------------------------------------------------
+
+You need to first install a CPU version of `PyTorch`_ and then install `kaldifeat`_.
+
+How to fix `Caffe2: Cannot find cuDNN library`
+----------------------------------------------
+
+.. code-block::
+
+ Your installed Caffe2 version uses cuDNN but I cannot find the cuDNN
+ libraries. Please set the proper cuDNN prefixes and / or install cuDNN.
+
+You will have such an error when you want to install a CUDA version of `kaldifeat`_
+by ``pip install kaldifeat`` or from source.
+
+You need to first install cuDNN. Assume you have installed cuDNN to the
+path ``/path/to/cudnn``. You can fix the error by using ``one`` of the following
+commands.
+
+(1) Fix for installation using ``pip install``
+
+.. code-block:: bash
+
+ export KALDIFEAT_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
+ pip install --verbose kaldifeat
+
+(2) Fix for installation from source
+
+.. code-block:: bash
+
+ mkdir /some/path
+ git clone https://github.com/csukuangfj/kaldifeat.git
+ cd kaldifeat
+ export KALDIFEAT_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
+ python setup.py install
diff --git a/_sources/installation/from_source.rst.txt b/_sources/installation/from_source.rst.txt
new file mode 100644
index 0000000..145c422
--- /dev/null
+++ b/_sources/installation/from_source.rst.txt
@@ -0,0 +1,47 @@
+.. _from source:
+
+Install kaldifeat from source
+=============================
+
+You have to install ``cmake`` and `PyTorch`_ first.
+
+ - ``cmake`` 3.11 is known to work. Other CMake versions may also work.
+ - `PyTorch`_ >= 1.5.0 is known to work. Other PyTorch versions may also work.
+ - Python >= 3.6
+ - A compiler that supports C++ 14
+
+
+The commands to install `kaldifeat`_ from source are:
+
+.. code-block:: bash
+
+ git clone https://github.com/csukuangfj/kaldifeat
+ cd kaldifeat
+ python3 setup.py install
+
+To test that you have installed `kaldifeat`_ successfully, please run:
+
+.. code-block:: bash
+
+ python3 -c "import kaldifeat; print(kaldifeat.__version__)"
+
+It should print the version, e.g., ``1.0``.
+
+.. _from PyPI:
+
+Install kaldifeat from PyPI
+---------------------------
+
+The command to install `kaldifeat`_ from PyPI is:
+
+.. code-block:: bash
+
+ pip install --verbose kaldifeat
+
+To test that you have installed `kaldifeat`_ successfully, please run:
+
+.. code-block:: bash
+
+ python3 -c "import kaldifeat; print(kaldifeat.__version__)"
+
+It should print the version, e.g., ``1.0``.
diff --git a/_sources/installation/from_wheels.rst.txt b/_sources/installation/from_wheels.rst.txt
new file mode 100644
index 0000000..a019a95
--- /dev/null
+++ b/_sources/installation/from_wheels.rst.txt
@@ -0,0 +1,7 @@
+From pre-compiled wheels (Recommended)
+=======================================
+
+You can find pre-compiled wheels at
+
+ - CPU wheels: ``_
+ - CUDA wheels: ``_
diff --git a/_sources/installation/index.rst.txt b/_sources/installation/index.rst.txt
new file mode 100644
index 0000000..248d9f3
--- /dev/null
+++ b/_sources/installation/index.rst.txt
@@ -0,0 +1,11 @@
+Installation
+============
+
+.. toctree::
+ :maxdepth: 2
+
+ ./from_wheels.rst
+ ./from_source.rst
+ ./faq.rst
+
+
diff --git a/_sources/usage/fbank_options.rst.txt b/_sources/usage/fbank_options.rst.txt
index d9adc2d..c30c3e9 100644
--- a/_sources/usage/fbank_options.rst.txt
+++ b/_sources/usage/fbank_options.rst.txt
@@ -10,7 +10,6 @@ The following code shows how to construct an instance of `kaldifeat.FbankOptions
.. literalinclude:: ./code/fbank_options-1.txt
:caption: Usage of `kaldifeat.FbankOptions`_
:emphasize-lines: 6,8,22,37
- :language: python
Note that we reuse the same option name with `compute-fbank-feats`_ from `Kaldi`_:
diff --git a/cpu.html b/cpu.html
new file mode 100644
index 0000000..a76a6b7
--- /dev/null
+++ b/cpu.html
@@ -0,0 +1,164 @@
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp311-cp311-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp311-cp311-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch2.0.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.1-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.13.0-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.12.0-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp310-cp310-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp310-cp310-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.2-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.1-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.10.0-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.1-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.1-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp39-cp39-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.8.0-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp39-cp39-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.1-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp38-cp38-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp37-cp37m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.7.0-cp36-cp36m-win_amd64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp38-cp38-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cpu.torch1.6.0-cp36-cp36m-win_amd64.whl
diff --git a/cuda.html b/cuda.html
new file mode 100644
index 0000000..afa4cad
--- /dev/null
+++ b/cuda.html
@@ -0,0 +1,128 @@
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.8.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.7.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.6.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.5.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.5.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.5.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.5.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.3.torch1.10.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.10.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda11.1.torch1.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.7.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+kaldifeat-1.24.dev20230722+cuda10.2.torch1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
diff --git a/genindex.html b/genindex.html
index a255d64..efce085 100644
--- a/genindex.html
+++ b/genindex.html
@@ -45,7 +45,7 @@
Contents
diff --git a/index.html b/index.html
index 2bba085..85f8843 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,7 @@
Contents
@@ -81,11 +81,10 @@
Contents
Introduction
-Installation
-Install kaldifeat from source
-Install kaldifeat from PyPI
-Install kaldifeat from conda (Only for Linux)
-FAQs
+Installation
Usage
diff --git a/installation.html b/installation.html
deleted file mode 100644
index 4d6aa82..0000000
--- a/installation.html
+++ /dev/null
@@ -1,252 +0,0 @@
-
-
-
-
-
-
- Installation — kaldifeat 1.24 documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- kaldifeat
-
-
-
-
-
-
-
-
-
-Installation
-
-
-
-
-
Hint
-
To install a CPU version of kaldifeat , please install a CPU version
-of PyTorch .
-
To install a CUDA version of kaldifeat , please install a CUDA version
-of PyTorch . CUDA >= 10.1 is known to work.
-
-
-Install kaldifeat from source
-You have to install cmake
and PyTorch first.
-
-
-The commands to install kaldifeat from source are:
- git clone https://github.com/csukuangfj/kaldifeat
-cd kaldifeat
-python3 setup.py install
-
-
-To test that you have installed kaldifeat successfully, please run:
- python3 -c "import kaldifeat; print(kaldifeat.__version__)"
-
-
-It should print the version, e.g., 1.0
.
-
-
-Install kaldifeat from PyPI
-The command to install kaldifeat from PyPI is:
- pip install --verbose kaldifeat
-
-
-To test that you have installed kaldifeat successfully, please run:
- python3 -c "import kaldifeat; print(kaldifeat.__version__)"
-
-
-It should print the version, e.g., 1.0
.
-
-
-Install kaldifeat from conda (Only for Linux)
-
-The command to install kaldifeat using conda
is
- conda install -c kaldifeat -c pytorch -c conda-forge kaldifeat python = 3 .8 cudatoolkit = 11 .1 pytorch = 1 .8.1
-
-
-You can select the supported Python version, CUDA toolkit version and PyTorch version as you wish.
-To install a CPU version of kaldifeat , use:
- conda install -c kaldifeat -c pytorch cpuonly kaldifeat python = 3 .8 pytorch = 1 .8.1
-
-
-
-To test that you have installed kaldifeat successfully, please run:
- python3 -c "import kaldifeat; print(kaldifeat.__version__)"
-
-
-It should print the version, e.g., 1.0
.
-
-
-FAQs
-
-How to install a CUDA version of kaldifeat
-You need to first install a CUDA version of PyTorch and then install kaldifeat .
-
-
Note
-
You can use a CUDA version of kaldifeat on machines with no GPUs.
-
-
-
-How to install a CPU version of kaldifeat
-You need to first install a CPU version of PyTorch and then install kaldifeat .
-
-
-How to fix Caffe2: Cannot find cuDNN library
-Your installed Caffe2 version uses cuDNN but I cannot find the cuDNN
-libraries . Please set the proper cuDNN prefixes and / or install cuDNN .
-
-
-You will have such an error when you want to install a CUDA version of kaldifeat
-by pip install kaldifeat
or from source.
-You need to first install cuDNN. Assume you have installed cuDNN to the
-path /path/to/cudnn
. You can fix the error by using one
of the following
-commands.
-
-Fix for installation using pip install
-
-export KALDIFEAT_CMAKE_ARGS = "-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
-pip install --verbose kaldifeat
-
-
-
-Fix for installation from source
-
- mkdir /some/path
-git clone https://github.com/csukuangfj/kaldifeat.git
-cd kaldifeat
-export KALDIFEAT_CMAKE_ARGS = "-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
-python setup.py install
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/installation/faq.html b/installation/faq.html
new file mode 100644
index 0000000..0189b99
--- /dev/null
+++ b/installation/faq.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+ FAQs — kaldifeat 1.24 documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kaldifeat
+
+
+
+
+
+
+
+
+
+FAQs
+
+How to install a CUDA version of kaldifeat from source
+You need to first install a CUDA version of PyTorch and then install kaldifeat .
+
+
Note
+
You can use a CUDA version of kaldifeat on machines with no GPUs.
+
+
+
+How to install a CPU version of kaldifeat from source
+You need to first install a CPU version of PyTorch and then install kaldifeat .
+
+
+How to fix Caffe2: Cannot find cuDNN library
+Your installed Caffe2 version uses cuDNN but I cannot find the cuDNN
+libraries . Please set the proper cuDNN prefixes and / or install cuDNN .
+
+
+You will have such an error when you want to install a CUDA version of kaldifeat
+by pip install kaldifeat
or from source.
+You need to first install cuDNN. Assume you have installed cuDNN to the
+path /path/to/cudnn
. You can fix the error by using one
of the following
+commands.
+
+Fix for installation using pip install
+
+export KALDIFEAT_CMAKE_ARGS = "-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
+pip install --verbose kaldifeat
+
+
+
+Fix for installation from source
+
+ mkdir /some/path
+git clone https://github.com/csukuangfj/kaldifeat.git
+cd kaldifeat
+export KALDIFEAT_CMAKE_ARGS = "-DCMAKE_BUILD_TYPE=Release -DCUDNN_LIBRARY_PATH=/path/to/cudnn/lib/libcudnn.so -DCUDNN_INCLUDE_PATH=/path/to/cudnn/include"
+python setup.py install
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/installation/from_source.html b/installation/from_source.html
new file mode 100644
index 0000000..4d374e4
--- /dev/null
+++ b/installation/from_source.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+ Install kaldifeat from source — kaldifeat 1.24 documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kaldifeat
+
+
+
+
+
+
+
+
+
+Install kaldifeat from source
+You have to install cmake
and PyTorch first.
+
+
+cmake
3.11 is known to work. Other CMake versions may also work.
+PyTorch >= 1.5.0 is known to work. Other PyTorch versions may also work.
+Python >= 3.6
+A compiler that supports C++ 14
+
+
+The commands to install kaldifeat from source are:
+ git clone https://github.com/csukuangfj/kaldifeat
+cd kaldifeat
+python3 setup.py install
+
+
+To test that you have installed kaldifeat successfully, please run:
+ python3 -c "import kaldifeat; print(kaldifeat.__version__)"
+
+
+It should print the version, e.g., 1.0
.
+
+Install kaldifeat from PyPI
+The command to install kaldifeat from PyPI is:
+ pip install --verbose kaldifeat
+
+
+To test that you have installed kaldifeat successfully, please run:
+ python3 -c "import kaldifeat; print(kaldifeat.__version__)"
+
+
+It should print the version, e.g., 1.0
.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/installation/from_wheels.html b/installation/from_wheels.html
new file mode 100644
index 0000000..51a9cd7
--- /dev/null
+++ b/installation/from_wheels.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+ From pre-compiled wheels (Recommended) — kaldifeat 1.24 documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kaldifeat
+
+
+
+
+
+
+
+
+
+From pre-compiled wheels (Recommended)
+You can find pre-compiled wheels at
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/installation/index.html b/installation/index.html
new file mode 100644
index 0000000..cb61647
--- /dev/null
+++ b/installation/index.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+ Installation — kaldifeat 1.24 documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/intro.html b/intro.html
index f547160..fc89f94 100644
--- a/intro.html
+++ b/intro.html
@@ -19,7 +19,7 @@
-
+
@@ -48,7 +48,7 @@
Contents
@@ -208,7 +208,7 @@ computer.
diff --git a/objects.inv b/objects.inv
index 09580fe420c2393e50383b536b62f9eb87af67ee..2146fb3f7e8b4ea8e077414b4f5231d4c7a6852d 100644
GIT binary patch
delta 323
zcmV-J0lfb80<{B>dw-RZF>iw~5QTUD3QJwufkaumb%~Ur3Tf0CIrs=xj7_mo%fGMj
zL1GhV)CF1Z-S>RwqiA$R>#i2mSpF*62_#K6R48Mal*|gP)`hFdjBcA8R;8`vQ!gYQ
z+F>2NFv$%+lVYX_xMZKOy$-@Bv$hN0*#I3B}jU}*B=JB^)M@C;!fB+lwKW>AD}(EbyZ}o3lr6h`ZZFAS3>1ZcS??
Vg@SCM_t2eQz4smt@(VSce;ooup6dVr
delta 258
zcmV+d0sa291N8!sdw-2l&5FYy5Wf2q!k*Kz*FHd@htfdlx!5>qq((zDuzCBPII-1i
z!}cP>_vbfS_qOHT*eUM3+-Y$G&5LiYjPpWk;gvO;#<%*bMqv?z2jcicXsK!to=+Sv
z$MV3!G6}qRug!h}Q{UBg)1q$0AL+L_C*tO~KOdIBWWTsqX=}7Ha9!!1vdgPafulu!
I0intfhE&Xm$^ZZW
diff --git a/search.html b/search.html
index cbdb32f..ae38bcc 100644
--- a/search.html
+++ b/search.html
@@ -48,7 +48,7 @@
Contents
diff --git a/searchindex.js b/searchindex.js
index 8846043..4d0d244 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["index", "installation", "intro", "usage/fbank", "usage/fbank_options", "usage/index", "usage/online_fbank"], "filenames": ["index.rst", "installation.rst", "intro.rst", "usage/fbank.rst", "usage/fbank_options.rst", "usage/index.rst", "usage/online_fbank.rst"], "titles": ["kaldifeat", "Installation", "Introduction", "kaldifeat.Fbank", "kaldifeat.FbankOptions", "Usage", "kaldifeat.OnlineFbank"], "terms": {"introduct": 0, "instal": [0, 2, 4], "from": [0, 2, 4], "sourc": 0, "pypi": 0, "conda": 0, "onli": [0, 2, 4], "linux": [0, 4], "faq": 0, "usag": 0, "fbankopt": [0, 2, 5], "fbank": [0, 2, 4, 5], "onlinefbank": [0, 2, 4, 5], "depend": [1, 4], "pytorch": [1, 2, 4], "1": [1, 4], "5": [1, 4], "0": [1, 4], "i": [1, 2, 4], "known": 1, "work": 1, "pleas": [1, 4], "first": 1, "befor": [1, 4], "you": [1, 2, 4], "To": 1, "10": [1, 4], "have": [1, 4], "cmake": 1, "3": [1, 4], "11": 1, "other": [1, 4], "mai": [1, 2, 4], "also": [1, 2], "python": [1, 2, 4], "6": [1, 4], "The": [1, 2, 4], "command": [1, 4], "ar": [1, 2], "git": 1, "clone": 1, "http": [1, 4], "github": [1, 4], "com": [1, 4], "csukuangfj": [1, 4], "cd": 1, "python3": [1, 4], "setup": 1, "py": [1, 4], "test": [1, 4], "successfulli": 1, "run": 1, "c": [1, 2, 4], "import": [1, 4], "print": [1, 4], "__version__": 1, "It": [1, 2], "should": [1, 4], "e": [1, 2, 4], "g": [1, 4], "pip": 1, "verbos": [1, 4], "us": [1, 2, 4, 5], "support": 1, "For": 1, "maco": 1, "window": [1, 4], "either": [1, 4], "forg": 1, "8": [1, 4], "cudatoolkit": 1, "can": [1, 2, 4], "select": 1, "toolkit": 1, "wish": 1, "cpuonli": 1, "If": [1, 4], "encount": 1, "issu": 1, "about": 1, "miss": 1, "glibc": 1, "after": 1, "consid": 1, "reason": 1, "packag": 1, "wa": 1, "built": 1, "ubuntu": 1, "18": 1, "04": 1, "your": 1, "system": 1, "": 1, "older": 1, "need": [1, 2, 4], "machin": 1, "gpu": 1, "set": [1, 4], "proper": 1, "prefix": 1, "an": [1, 2, 4], "error": 1, "when": 1, "want": [1, 2, 4], "assum": 1, "path": 1, "one": 1, "follow": [1, 2, 4], "export": 1, "kaldifeat_cmake_arg": 1, "dcmake_build_typ": 1, "releas": 1, "dcudnn_library_path": 1, "lib": 1, "libcudnn": 1, "so": [1, 4], "dcudnn_include_path": 1, "includ": 1, "mkdir": 1, "some": 1, "kaldifeat": [2, 5], "implement": 2, "extract": [2, 4], "algorithm": 2, "compat": [2, 4], "kaldi": [2, 4], "cuda": [2, 4], "well": 2, "autograd": 2, "ha": [2, 4], "fulli": 2, "underli": 2, "code": [2, 4], "copi": 2, "modifi": 2, "directli": 2, "rewritten": 2, "api": 2, "provid": [2, 4], "access": 2, "cpu": [2, 4], "onlin": 2, "stream": 2, "offlin": 2, "non": 2, "chunk": 2, "base": 2, "process": [2, 4], "thi": [2, 4, 5], "especi": 2, "useful": 2, "audio": 2, "sever": 2, "hour": 2, "long": 2, "which": [2, 4], "caus": 2, "oom": 2, "send": 2, "them": 2, "onc": 2, "With": 2, "arbirtrai": 2, "length": [2, 4], "batch": 2, "current": 2, "counterpart": 2, "list": 2, "tabl": 2, "feat": [2, 4], "mfcc": 2, "plp": 2, "spectrogram": 2, "onlinemfcc": 2, "onlineplp": 2, "each": [2, 4], "correspond": 2, "note": [2, 4], "we": [2, 4], "reus": [2, 4], "paramet": [2, 4], "name": [2, 4], "both": 2, "share": 2, "same": [2, 4], "mfccoption": 2, "plpoption": 2, "spectrogramopt": 2, "frameextractionopt": [2, 4], "melbanksopt": [2, 4], "read": [2, 4], "more": [2, 4], "learn": 2, "how": [2, 4, 5], "construct": 4, "instanc": 4, "show": 4, "default": 4, "oct": 4, "28": 4, "2019": 4, "16": 4, "14": 4, "01": 4, "gcc": 4, "type": 4, "help": 4, "copyright": 4, "credit": 4, "licens": 4, "inform": 4, "opt": 4, "frame_opt": 4, "samp_freq": 4, "16000": 4, "frame_shift_m": 4, "frame_length_m": 4, "25": 4, "dither": 4, "preemph_coeff": 4, "97": 4, "remove_dc_offset": 4, "window_typ": 4, "povei": 4, "round_to_power_of_two": 4, "blackman_coeff": 4, "42": 4, "snip_edg": 4, "max_feature_vector": 4, "mel_opt": 4, "num_bin": 4, "23": 4, "low_freq": 4, "20": 4, "high_freq": 4, "vtln_low": 4, "100": 4, "vtln_high": 4, "500": 4, "debug_mel": 4, "htk_mode": 4, "use_energi": 4, "energy_floor": 4, "raw_energi": 4, "htk_compat": 4, "use_log_fbank": 4, "use_pow": 4, "devic": 4, "traceback": 4, "most": 4, "recent": 4, "call": 4, "last": 4, "file": 4, "stdin": 4, "line": 4, "modul": 4, "attributeerror": 4, "_kaldifeat": 4, "object": 4, "attribut": 4, "disabl": 4, "torch": 4, "80": 4, "option": 4, "comput": [4, 5], "output": 4, "creat": 4, "mel": 4, "filter": 4, "bank": 4, "featur": [4, 5], "wav": 4, "rspecifi": 4, "wspecifi": 4, "allow": 4, "downsampl": 4, "true": 4, "input": 4, "waveform": 4, "higher": 4, "frequenc": 4, "than": 4, "specifi": 4, "sampl": 4, "ll": 4, "bool": 4, "fals": 4, "upsampl": 4, "lower": 4, "blackman": 4, "coeff": 4, "constant": 4, "coeffici": 4, "gener": 4, "float": 4, "channel": 4, "expect": 4, "mono": 4, "left": 4, "right": 4, "int": 4, "debug": 4, "out": 4, "bin": 4, "mean": 4, "turn": 4, "off": 4, "energi": 4, "floor": 4, "absolut": 4, "rel": 4, "make": 4, "differ": 4, "necessari": 4, "suggest": 4, "valu": 4, "frame": 4, "millisecond": 4, "shift": 4, "high": 4, "freq": 4, "cutoff": 4, "offset": 4, "nyquist": 4, "htk": 4, "put": 4, "warn": 4, "suffici": 4, "get": 4, "chang": 4, "low": 4, "max": 4, "vector": 4, "memori": 4, "optim": 4, "larger": 4, "period": 4, "remov": 4, "number": 4, "latest": 4, "retain": 4, "min": 4, "durat": 4, "minimum": 4, "segment": 4, "second": 4, "num": 4, "triangular": 4, "format": 4, "string": 4, "preemphasi": 4, "signal": 4, "raw": 4, "dc": 4, "subtract": 4, "round": 4, "power": 4, "two": 4, "size": 4, "zero": 4, "pad": 4, "fft": 4, "data": 4, "must": 4, "match": 4, "snip": 4, "edg": 4, "end": 4, "effect": 4, "handl": 4, "complet": 4, "fit": 4, "reflect": 4, "cm": 4, "recommend": 4, "do": 4, "wai": 4, "add": 4, "extra": 4, "dimens": 4, "log": 4, "produc": 4, "filterbank": 4, "els": 4, "linear": 4, "magnitud": 4, "utt2spk": 4, "utter": 4, "speaker": 4, "id": 4, "map": 4, "vtln": 4, "warp": 4, "per": 4, "inflect": 4, "point": 4, "piecewis": 4, "function": 4, "neg": 4, "factor": 4, "applic": 4, "ham": 4, "han": 4, "rectangular": 4, "sine": 4, "blackmann": 4, "write": 4, "utt2dur": 4, "ark": 4, "t": 4, "standard": 4, "config": 4, "configur": 4, "repeat": 4, "messag": 4, "arg": 4, "argument": 4, "stderr": 4, "level": 4, "refer": 4, "field": 4, "One": 4, "thing": 4, "worth": 4, "assign": 4, "control": 4, "whether": 4, "perform": 4, "sure": 4, "version": 4, "blob": 4, "master": 4, "test_fbank_opt": 4, "demonstr": 4, "usr": 4, "env": 4, "2021": 4, "xiaomi": 4, "corpor": 4, "author": 4, "fangjun": 4, "kuang": 4, "pickl": 4, "def": 4, "test_default": 4, "assert": 4, "ab": 4, "1e": 4, "test_set_get": 4, "index": 4, "test_set_get_frame_opt": 4, "44100": 4, "test_set_get_mel_opt": 4, "22": 4, "101": 4, "test_from_empty_dict": 4, "from_dict": 4, "opts2": 4, "str": 4, "test_from_dict_parti": 4, "d": 4, "test_from_dict_full_and_as_dict": 4, "as_dict": 4, "2": 4, "opts3": 4, "test_pickl": 4, "dump": 4, "load": 4, "main": 4, "__name__": 4, "__main__": 4, "section": 5, "describ": 5, "exampl": 5}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"kaldifeat": [0, 1, 3, 4, 6], "content": 0, "instal": 1, "from": 1, "sourc": 1, "pypi": 1, "conda": 1, "onli": 1, "linux": 1, "faq": 1, "how": 1, "cuda": 1, "version": 1, "cpu": 1, "fix": 1, "caffe2": 1, "cannot": 1, "find": 1, "cudnn": 1, "librari": 1, "introduct": 2, "support": 2, "speech": 2, "featur": 2, "comput": 2, "option": 2, "fbank": 3, "fbankopt": 4, "exampl": 4, "usag": [4, 5], "onlinefbank": 6}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"kaldifeat": [[0, "kaldifeat"]], "Contents": [[0, null]], "Installation": [[1, "installation"]], "Install kaldifeat from source": [[1, "install-kaldifeat-from-source"]], "Install kaldifeat from PyPI": [[1, "install-kaldifeat-from-pypi"]], "Install kaldifeat from conda (Only for Linux)": [[1, "install-kaldifeat-from-conda-only-for-linux"]], "FAQs": [[1, "faqs"]], "How to install a CUDA version of kaldifeat": [[1, "how-to-install-a-cuda-version-of-kaldifeat"]], "How to install a CPU version of kaldifeat": [[1, "how-to-install-a-cpu-version-of-kaldifeat"]], "How to fix Caffe2: Cannot find cuDNN library": [[1, "how-to-fix-caffe2-cannot-find-cudnn-library"]], "Introduction": [[2, "introduction"]], "Supported speech features": [[2, "id1"]], "Feature computer options": [[2, "id2"]], "kaldifeat.Fbank": [[3, "kaldifeat-fbank"]], "kaldifeat.FbankOptions": [[4, "kaldifeat-fbankoptions"]], "Example usage": [[4, "example-usage"]], "Usage": [[5, "usage"]], "kaldifeat.OnlineFbank": [[6, "kaldifeat-onlinefbank"]]}, "indexentries": {}})
\ No newline at end of file
+Search.setIndex({"docnames": ["index", "installation/faq", "installation/from_source", "installation/from_wheels", "installation/index", "intro", "usage/fbank", "usage/fbank_options", "usage/index", "usage/online_fbank"], "filenames": ["index.rst", "installation/faq.rst", "installation/from_source.rst", "installation/from_wheels.rst", "installation/index.rst", "intro.rst", "usage/fbank.rst", "usage/fbank_options.rst", "usage/index.rst", "usage/online_fbank.rst"], "titles": ["kaldifeat", "FAQs", "Install kaldifeat from source", "From pre-compiled wheels (Recommended)", "Installation", "Introduction", "kaldifeat.Fbank", "kaldifeat.FbankOptions", "Usage", "kaldifeat.OnlineFbank"], "terms": {"introduct": 0, "instal": [0, 5, 7], "from": [0, 4, 5, 7], "pre": [0, 4], "compil": [0, 2, 4], "wheel": [0, 4], "recommend": [0, 4, 7], "sourc": [0, 4], "faq": [0, 4], "usag": 0, "fbankopt": [0, 5, 8], "fbank": [0, 5, 7, 8], "onlinefbank": [0, 5, 7, 8], "you": [1, 2, 3, 5, 7], "need": [1, 5, 7], "first": [1, 2], "pytorch": [1, 2, 5, 7], "can": [1, 3, 5, 7], "us": [1, 5, 7, 8], "machin": 1, "gpu": 1, "your": 1, "i": [1, 2, 5, 7], "pleas": [1, 2, 7], "set": [1, 7], "proper": 1, "prefix": 1, "have": [1, 2, 7], "an": [1, 5, 7], "error": 1, "when": 1, "want": [1, 5, 7], "pip": [1, 2], "assum": 1, "path": 1, "one": 1, "follow": [1, 5, 7], "command": [1, 2, 7], "export": 1, "kaldifeat_cmake_arg": 1, "dcmake_build_typ": 1, "releas": 1, "dcudnn_library_path": 1, "lib": 1, "libcudnn": 1, "so": [1, 7], "dcudnn_include_path": 1, "includ": 1, "verbos": [1, 2, 7], "mkdir": 1, "some": 1, "git": [1, 2], "clone": [1, 2], "http": [1, 2, 3, 7], "github": [1, 2, 3, 7], "com": [1, 2, 7], "csukuangfj": [1, 2, 3, 7], "cd": [1, 2], "python": [1, 2, 5, 7], "setup": [1, 2], "py": [1, 2, 7], "cmake": 2, "3": [2, 7], "11": 2, "known": 2, "work": 2, "other": [2, 7], "version": [2, 4, 7], "mai": [2, 5, 7], "also": [2, 5], "1": [2, 7], "5": [2, 7], "0": [2, 7], "6": [2, 7], "A": 2, "support": 2, "c": [2, 5, 7], "14": [2, 7], "The": [2, 5, 7], "ar": [2, 5], "python3": [2, 7], "To": 2, "test": [2, 7], "successfulli": 2, "run": 2, "import": [2, 7], "print": [2, 7], "__version__": 2, "It": [2, 5], "should": [2, 7], "e": [2, 5, 7], "g": [2, 7], "find": [3, 4], "cpu": [3, 4, 5, 7], "io": 3, "kaldifeat": [3, 4, 5, 8], "html": 3, "cuda": [3, 4, 5, 7], "pypi": 4, "how": [4, 5, 7, 8], "fix": 4, "caffe2": 4, "cannot": 4, "cudnn": 4, "librari": 4, "implement": 5, "extract": [5, 7], "algorithm": 5, "compat": [5, 7], "kaldi": [5, 7], "well": 5, "autograd": 5, "ha": [5, 7], "fulli": 5, "underli": 5, "code": [5, 7], "copi": 5, "modifi": 5, "directli": 5, "rewritten": 5, "api": 5, "provid": [5, 7], "onli": [5, 7], "access": 5, "onlin": 5, "stream": 5, "offlin": 5, "non": 5, "chunk": 5, "base": 5, "process": [5, 7], "thi": [5, 7, 8], "especi": 5, "useful": 5, "audio": 5, "sever": 5, "hour": 5, "long": 5, "which": [5, 7], "caus": 5, "oom": 5, "send": 5, "them": 5, "onc": 5, "With": 5, "arbirtrai": 5, "length": [5, 7], "batch": 5, "current": 5, "counterpart": 5, "list": 5, "tabl": 5, "feat": [5, 7], "mfcc": 5, "plp": 5, "spectrogram": 5, "onlinemfcc": 5, "onlineplp": 5, "each": [5, 7], "correspond": 5, "note": [5, 7], "we": [5, 7], "reus": [5, 7], "paramet": [5, 7], "name": [5, 7], "both": 5, "share": 5, "same": [5, 7], "mfccoption": 5, "plpoption": 5, "spectrogramopt": 5, "frameextractionopt": [5, 7], "melbanksopt": [5, 7], "read": [5, 7], "more": [5, 7], "learn": 5, "If": 7, "construct": 7, "instanc": 7, "show": 7, "8": 7, "default": 7, "oct": 7, "28": 7, "2019": 7, "16": 7, "01": 7, "gcc": 7, "linux": 7, "type": 7, "help": 7, "copyright": 7, "credit": 7, "licens": 7, "inform": 7, "opt": 7, "frame_opt": 7, "samp_freq": 7, "16000": 7, "frame_shift_m": 7, "10": 7, "frame_length_m": 7, "25": 7, "dither": 7, "preemph_coeff": 7, "97": 7, "remove_dc_offset": 7, "window_typ": 7, "povei": 7, "round_to_power_of_two": 7, "blackman_coeff": 7, "42": 7, "snip_edg": 7, "max_feature_vector": 7, "mel_opt": 7, "num_bin": 7, "23": 7, "low_freq": 7, "20": 7, "high_freq": 7, "vtln_low": 7, "100": 7, "vtln_high": 7, "500": 7, "debug_mel": 7, "htk_mode": 7, "use_energi": 7, "energy_floor": 7, "raw_energi": 7, "htk_compat": 7, "use_log_fbank": 7, "use_pow": 7, "devic": 7, "traceback": 7, "most": 7, "recent": 7, "call": 7, "last": 7, "file": 7, "stdin": 7, "line": 7, "modul": 7, "attributeerror": 7, "_kaldifeat": 7, "object": 7, "attribut": 7, "disabl": 7, "torch": 7, "80": 7, "option": 7, "comput": [7, 8], "output": 7, "creat": 7, "mel": 7, "filter": 7, "bank": 7, "featur": [7, 8], "wav": 7, "rspecifi": 7, "wspecifi": 7, "allow": 7, "downsampl": 7, "true": 7, "input": 7, "waveform": 7, "higher": 7, "frequenc": 7, "than": 7, "specifi": 7, "sampl": 7, "ll": 7, "bool": 7, "fals": 7, "upsampl": 7, "lower": 7, "blackman": 7, "coeff": 7, "constant": 7, "coeffici": 7, "gener": 7, "window": 7, "float": 7, "channel": 7, "expect": 7, "mono": 7, "left": 7, "right": 7, "int": 7, "debug": 7, "out": 7, "bin": 7, "mean": 7, "turn": 7, "off": 7, "energi": 7, "floor": 7, "absolut": 7, "rel": 7, "make": 7, "differ": 7, "necessari": 7, "suggest": 7, "valu": 7, "frame": 7, "millisecond": 7, "shift": 7, "high": 7, "freq": 7, "cutoff": 7, "offset": 7, "nyquist": 7, "htk": 7, "put": 7, "warn": 7, "suffici": 7, "get": 7, "chang": 7, "low": 7, "max": 7, "vector": 7, "memori": 7, "optim": 7, "larger": 7, "period": 7, "remov": 7, "number": 7, "latest": 7, "retain": 7, "min": 7, "durat": 7, "minimum": 7, "segment": 7, "second": 7, "num": 7, "triangular": 7, "format": 7, "string": 7, "preemphasi": 7, "signal": 7, "raw": 7, "befor": 7, "dc": 7, "subtract": 7, "round": 7, "power": 7, "two": 7, "size": 7, "zero": 7, "pad": 7, "fft": 7, "data": 7, "must": 7, "match": 7, "snip": 7, "edg": 7, "end": 7, "effect": 7, "handl": 7, "complet": 7, "fit": 7, "depend": 7, "reflect": 7, "cm": 7, "do": 7, "wai": 7, "add": 7, "extra": 7, "dimens": 7, "log": 7, "produc": 7, "filterbank": 7, "els": 7, "linear": 7, "magnitud": 7, "utt2spk": 7, "utter": 7, "speaker": 7, "id": 7, "map": 7, "vtln": 7, "warp": 7, "per": 7, "inflect": 7, "point": 7, "piecewis": 7, "function": 7, "neg": 7, "factor": 7, "applic": 7, "ham": 7, "han": 7, "rectangular": 7, "sine": 7, "blackmann": 7, "write": 7, "utt2dur": 7, "ark": 7, "t": 7, "standard": 7, "config": 7, "configur": 7, "repeat": 7, "messag": 7, "arg": 7, "argument": 7, "stderr": 7, "level": 7, "refer": 7, "field": 7, "One": 7, "thing": 7, "worth": 7, "assign": 7, "either": 7, "control": 7, "whether": 7, "perform": 7, "sure": 7, "blob": 7, "master": 7, "test_fbank_opt": 7, "demonstr": 7, "usr": 7, "env": 7, "2021": 7, "xiaomi": 7, "corpor": 7, "author": 7, "fangjun": 7, "kuang": 7, "pickl": 7, "def": 7, "test_default": 7, "assert": 7, "ab": 7, "1e": 7, "test_set_get": 7, "index": 7, "test_set_get_frame_opt": 7, "44100": 7, "test_set_get_mel_opt": 7, "22": 7, "101": 7, "test_from_empty_dict": 7, "from_dict": 7, "opts2": 7, "str": 7, "test_from_dict_parti": 7, "d": 7, "test_from_dict_full_and_as_dict": 7, "as_dict": 7, "2": 7, "opts3": 7, "test_pickl": 7, "dump": 7, "load": 7, "main": 7, "__name__": 7, "__main__": 7, "section": 8, "describ": 8, "exampl": 8}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"kaldifeat": [0, 1, 2, 6, 7, 9], "content": 0, "faq": 1, "how": 1, "instal": [1, 2, 4], "cuda": 1, "version": 1, "from": [1, 2, 3], "sourc": [1, 2], "cpu": 1, "fix": 1, "caffe2": 1, "cannot": 1, "find": 1, "cudnn": 1, "librari": 1, "pypi": 2, "pre": 3, "compil": 3, "wheel": 3, "recommend": 3, "introduct": 5, "support": 5, "speech": 5, "featur": 5, "comput": 5, "option": 5, "fbank": 6, "fbankopt": 7, "exampl": 7, "usag": [7, 8], "onlinefbank": 9}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"kaldifeat": [[0, "kaldifeat"]], "Contents": [[0, null]], "FAQs": [[1, "faqs"]], "How to install a CUDA version of kaldifeat from source": [[1, "how-to-install-a-cuda-version-of-kaldifeat-from-source"]], "How to install a CPU version of kaldifeat from source": [[1, "how-to-install-a-cpu-version-of-kaldifeat-from-source"]], "How to fix Caffe2: Cannot find cuDNN library": [[1, "how-to-fix-caffe2-cannot-find-cudnn-library"]], "Install kaldifeat from source": [[2, "install-kaldifeat-from-source"]], "Install kaldifeat from PyPI": [[2, "install-kaldifeat-from-pypi"]], "From pre-compiled wheels (Recommended)": [[3, "from-pre-compiled-wheels-recommended"]], "Installation": [[4, "installation"]], "Introduction": [[5, "introduction"]], "Supported speech features": [[5, "id1"]], "Feature computer options": [[5, "id2"]], "kaldifeat.Fbank": [[6, "kaldifeat-fbank"]], "kaldifeat.FbankOptions": [[7, "kaldifeat-fbankoptions"]], "Example usage": [[7, "example-usage"]], "Usage": [[8, "usage"]], "kaldifeat.OnlineFbank": [[9, "kaldifeat-onlinefbank"]]}, "indexentries": {}})
\ No newline at end of file
diff --git a/usage/fbank.html b/usage/fbank.html
index de408cb..73b1c98 100644
--- a/usage/fbank.html
+++ b/usage/fbank.html
@@ -48,7 +48,7 @@
Contents