Kaldi-compatible online & offline feature extraction with PyTorch, supporting CUDA, batch processing, chunk processing, and autograd - Provide C++ & Python API
I think you only need to change CMakeLists.txt to configure the compilers so that you can compile kaldifeat as a shared library that can be used by android apps.
Thanks!
Is there an easier way to do that?
I think you only need to change
CMakeLists.txt
to configure the compilers so that you can compile kaldifeat as a shared library that can be used by android apps.