Fangjun Kuang
fa6404ad19
Fix setup.py
2022-06-01 18:57:03 +08:00
Fangjun Kuang
0348fda69f
Merge pull request #34 from csukuangfj/fix-windows
...
Fix build on windows
2022-06-01 18:34:33 +08:00
Fangjun Kuang
9f8eaa6cd4
Fix building on windows.
2022-06-01 18:32:44 +08:00
Fangjun Kuang
d1a473a069
Fix CI tests and compiler warnings
2022-06-01 18:21:30 +08:00
Fangjun Kuang
6e41bb2039
Minor fixes.
2022-06-01 18:04:39 +08:00
Fangjun Kuang
ca273828f1
Update scripts to install cuda/cudnn/torch.
2022-06-01 18:01:31 +08:00
Fangjun Kuang
3e2979ec45
Add CI for windows.
2022-06-01 18:01:30 +08:00
Fangjun Kuang
41bd60a538
Merge pull request #33 from csukuangfj/check-torch
...
Check the runtime version of PyTorch before importing kaldifeat.
2022-06-01 18:01:11 +08:00
Fangjun Kuang
da74f96e4d
Check the runtime version of PyTorch before importing kaldifeat.
2022-06-01 17:44:46 +08:00
Fangjun Kuang
fc78bc2be7
Release v1.15.
v1.15
2022-05-23 00:56:05 +08:00
Fangjun Kuang
2f65906554
Merge pull request #31 from csukuangfj/release-GIL
...
Release GIL for offline feature extractors.
2022-05-23 00:54:04 +08:00
Fangjun Kuang
78454c23f3
Release GIL for offline feature extractors.
2022-05-22 16:33:01 +08:00
Fangjun Kuang
13f2917e69
Release v1.14.
v1.14
2022-04-08 16:43:14 +08:00
Fangjun Kuang
1efbb6dbf3
Export OnlineFeature and OfflineFeature.
2022-04-08 16:42:16 +08:00
Fangjun Kuang
1313e9dc61
Merge pull request #30 from csukuangfj/fix-windows
...
Fix building on windows
2022-04-08 16:41:10 +08:00
Fangjun Kuang
2ea9ff75b4
minor fixes.
2022-04-03 17:09:14 +08:00
Fangjun Kuang
d4f2a89b50
Minor fixes.
2022-04-03 15:56:59 +08:00
Fangjun Kuang
49039c074a
Add CI for windows.
2022-04-03 15:38:09 +08:00
Fangjun Kuang
08dd6c52de
Minor fixes.
2022-04-03 15:29:22 +08:00
Fangjun Kuang
2f9fc99e6b
Fix building on windows
2022-04-03 14:56:42 +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
959da88b6e
Fix building on Windows.
2022-04-03 14:26:25 +08:00
Fangjun Kuang
47ff9a2c35
Merge pull request #29 from csukuangfj/release-v1.13
...
Release v1.13
v1.13
2022-04-02 20:54:34 +08:00
Fangjun Kuang
28a4ff680c
Release v1.13
...
Support streaming feature extractors.
2022-04-02 20:53:59 +08:00
Fangjun Kuang
9d4872aa09
Update README.
2022-04-02 20:53:13 +08:00
Fangjun Kuang
b72fc599fd
Merge pull request #28 from csukuangfj/streaming-feature-extractor
...
Start to add streaming feature extractors.
2022-04-02 20:50:31 +08:00
Fangjun Kuang
e452fd4079
Update README.
2022-04-02 20:34:58 +08:00
Fangjun Kuang
ea61de7eb4
Update readme.
2022-04-02 20:32:37 +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
34ba30272d
Fix CI.
2022-04-02 12:51:18 +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
4aab351344
Release v1.12 ( #24 )
2021-12-01 20:04:11 +08:00
Fangjun Kuang
d6274e7d41
Only move necessary data to GPU for computation. ( #23 )
2021-12-01 20:02:20 +08:00
Fangjun Kuang
d2652a2c49
Release v1.11
v1.11
2021-11-29 07:17:57 +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
632098e0c1
Update README to mention how to install a CPU-only version. ( #21 )
2021-11-04 15:40:17 +08:00
Fangjun Kuang
b3a90b1dcf
Release v1.10
v1.10
2021-11-04 11:57:46 +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
ec66d87fae
Release v1.9
v1.9
2021-10-31 10:54:41 +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
78e79b7b35
Use Ubuntu 18.04 in GitHub CI.
2021-10-20 13:00:25 +08:00
Fangjun Kuang
3de5b99c30
Release v1.8.
v1.8
2021-10-15 19:04:01 +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
3ed1686424
Release v1.7
v1.7
2021-10-11 17:16:40 +08:00
Fangjun Kuang
dccc927428
Fix compilation.
2021-10-11 17:01:43 +08:00