csukuangfj / kaldifeat

Kaldi-compatible online & offline feature extraction with PyTorch, supporting CUDA, batch processing, chunk processing, and autograd - Provide C++ & Python API
https://csukuangfj.github.io/kaldifeat
Other
186 stars 35 forks source link

cannot find binary installed path #86

Closed belladonnaf closed 1 month ago

belladonnaf commented 9 months ago

I just pip installed but

compute-fbank-feats compute-mfcc-feats compute-plp-feats compute-spectrogram-feats

I cannot find that binary where located in.

can i run that binary when this pip installed ?

csukuangfj commented 9 months ago

That is expected. This is kaldifeat, producing features compatible with kaldi.

You can use Python APIs of kaldifeat to compute features that are compatible with the binaries you listed.

By the way, you can find Python API examples in the readme.md of kaldifeat.