Fangjun Kuang
c576fcf935
Change the way how FbankOptions is displayed
2022-12-03 13:01:46 +08:00
Fangjun Kuang
32948f9556
Change the way how SpectrogramOptions is displayed
2022-12-03 12:40:32 +08:00
Fangjun Kuang
5b97eeadb5
Change the way how MelBankOptions is displayed
2022-12-03 12:14:58 +08:00
Fangjun Kuang
f28857495d
small fixes
2022-12-03 12:05:45 +08:00
Fangjun Kuang
68c0414bde
Change the way how FrameExtractionOptions is displayed
2022-12-03 11:51:05 +08:00
veelion
a1f252c981
changes for using C++ API by other projects ( #60 )
...
Co-authored-by: veelion <veelion@gmail>
2022-11-30 12:59:38 +08:00
Fangjun Kuang
06b5574bcb
Support building conda packages. ( #54 )
...
* Build CPU version for linux
* Build conda package for macos
* Support windows
2022-08-20 11:03:54 +08:00
Fangjun Kuang
01f30d2e34
Support "make install" ( #47 )
...
* Support "make install"
* fix a typo
2022-08-01 15:14:43 +08:00
Wei Kang
cc1cd67c3e
Fix android build ( #40 )
2022-07-04 16:28:34 +08:00
Fangjun Kuang
48d96b9250
Release GIL for online feature extraction. ( #37 )
2022-06-04 12:14:35 +08:00
Fangjun Kuang
1a43b6117d
Support windows ( #36 )
...
* Add nightly tests.
* Fix CI tests.
* Install numpy in CI.
* Add nightly ubuntu cpu tests.
* add nightly tests for macos
* Fix CI for macOS.
* Support building CPU conda packages for macOS and Ubuntu.
* Disable building conda packages for macOS.
* Add tests for conda packages.
* Revert "Disable building conda packages for macOS."
This reverts commit 9c3f6ebe98b390cfd13314686ab6a518a7ad3482.
* Disable building conda packages for macOS.
* Add tests for conda packages.
* Enable all tests.
* Run tests automatically.
* Add windows cuda tests.
* Fix errors.
* Minor fixes.
* Download cudnn for windows.
* Fix installing cuDNN for windows.
* Minor fixes.
* Fix using cuDNN.
* Typo fixes.
* Update readme.
* Minor fixes.
* small fixes.
2022-06-04 12:02:51 +08:00
Fangjun Kuang
46535d5e6d
Fix installation on macOS.
2022-06-01 23:37:33 +08:00
Fangjun Kuang
d1a473a069
Fix CI tests and compiler warnings
2022-06-01 18:21:30 +08:00
Fangjun Kuang
da74f96e4d
Check the runtime version of PyTorch before importing kaldifeat.
2022-06-01 17:44:46 +08:00
Fangjun Kuang
78454c23f3
Release GIL for offline feature extractors.
2022-05-22 16:33:01 +08:00
Fangjun Kuang
1efbb6dbf3
Export OnlineFeature and OfflineFeature.
2022-04-08 16:42:16 +08:00
Fangjun Kuang
07d11476c1
Fix building on windows
2022-04-03 14:50:24 +08:00
Fangjun Kuang
00e550c11b
Disable build shared libs on Windows.
2022-04-03 14:36:24 +08:00
Fangjun Kuang
e793159cc7
Add OnlinePlp Python APIs.
2022-04-02 20:30:05 +08:00
Fangjun Kuang
8f03b654fc
Add OnlineMfcc Python APIs.
2022-04-02 20:18:47 +08:00
Fangjun Kuang
e59d05a45a
Add OnlineFbank python APIs.
2022-04-02 20:03:42 +08:00
Fangjun Kuang
039e27dd32
Add OnlineGenericBaseFeature.
2022-04-02 17:16:10 +08:00
Fangjun Kuang
3196cff441
Add recycling vector.
2022-04-02 12:47:57 +08:00
Fangjun Kuang
2399cc8993
Start to add streaming feature extractors.
2022-04-02 12:12:27 +08:00
Fangjun Kuang
d6274e7d41
Only move necessary data to GPU for computation. ( #23 )
2021-12-01 20:02:20 +08:00
Fangjun Kuang
f0d69c3f9e
Fix chunk size ( #22 )
...
* Use chunk size in feature extraction.
* Fix a typo.
2021-11-29 07:17:08 +08:00
Fangjun Kuang
72aa5eab2b
Add support for pickling. ( #17 )
...
* Add pickle support to FrameExtractionOptions.
* Add pickle support to MelBanksOptions.
* Add pickle support.
* Update README to mention other projects.
* Fix style issues.
2021-11-04 11:55:22 +08:00
Fangjun Kuang
90f82455f3
Disable Python tests if the option enable_test is false. ( #14 )
2021-10-31 10:53:56 +08:00
Fangjun Kuang
845baf7e45
Add from_dict and as_dict for various XxxxOptions ( #9 )
...
* Add from_dict and as_dict for FrameExtractionOptions.
* Support partial specified fields for `from_dict`.
* Support MelBankOptions.
* Support FbankOptions.
* Support MfccOptions.
* Add SpectrogramOptions.
* Add PlpOptions.
* Fix style issues.
2021-10-15 19:02:25 +08:00
Fangjun Kuang
dccc927428
Fix compilation.
2021-10-11 17:01:43 +08:00
Fangjun Kuang
22f2fb7371
Remove Python dependencies.
2021-10-11 14:21:23 +08:00
Fangjun Kuang
b5c19185ea
Update CMakeLists.txt so that kaldifeat can be included in k2.
2021-10-11 13:55:09 +08:00
Fangjun Kuang
0228b6a56d
Support PyTorch 1.6.0
2021-08-20 20:21:59 +08:00
Fangjun Kuang
dde9410f4c
Support torch 1.7.1
2021-08-18 21:45:41 +08:00
Fangjun Kuang
7b2702dfa2
Support macOS. ( #7 )
...
* Support macOS.
* Remove extra files.
* Minor fixes.
* Minor fixes.
* fix an error.
* Fix building pip packages on macOS.
* Fix test errors.
* Release v1.4.
* Fix test errors.
2021-07-19 12:54:08 +08:00
Kuang Fangjun
d27b45bb79
Typo fixes.
2021-07-19 07:36:37 +08:00
Fangjun Kuang
62c717e916
Add PLP features.
2021-07-18 19:46:14 +08:00
Fangjun Kuang
3b53580271
Begin to add compute-kaldi-pitch-feats
2021-07-17 21:39:00 +08:00
Fangjun Kuang
b49cd89a2d
Add Spectrogram.
2021-07-17 21:21:30 +08:00
Fangjun Kuang
c927ed4e28
Update README and release v1.2
2021-07-17 18:42:10 +08:00
Fangjun Kuang
77748f8ccc
Add MFCC features.
2021-07-17 18:11:56 +08:00
Fangjun Kuang
dc5ea15084
Add benchmark code for a 1-hour sound file.
2021-07-16 22:53:37 +08:00
Fangjun Kuang
5407b48b87
Release v1.1
2021-07-16 22:30:57 +08:00
Fangjun Kuang
9488509091
Support conda.
2021-07-16 19:49:31 +08:00
Fangjun Kuang
e043afe3d6
Add kaldifeat.Fbank
2021-07-16 17:35:23 +08:00
Fangjun Kuang
be8442fd68
First commit.
2021-07-16 15:16:56 +08:00