Closed vgritsko closed 3 years ago
I have no idea, I'd first look and see if there's anything different about their Makefiles, or references to their makefiles in src/. There doesn't seem to be though. at least in current checked-in kaldi.
On Wed, Sep 23, 2020 at 6:32 PM Vadim Gritsko notifications@github.com wrote:
Hello! I'm trying to compile Kaldi for Android. I use NDK 21.3. But it's seems not all libs is compiled from Kaldi. I see only :
- ibkaldi-base.so
- libkaldi-cudamatrix.so
- libkaldi-feat.so
- libkaldi-gmm.so
- libkaldi-ivector.so
- libkaldi-lm.so
- libkaldi-nnet2.so
- libkaldi-online2.so
- libkaldi-tree.so
- libkaldi-chain.so
- libkaldi-decoder.so
- libkaldi-fstext.so
- libkaldi-hmm.so
- libkaldi-lat.so
- libkaldi-matrix.so
- libkaldi-nnet3.so
- libkaldi-transform.so
- libkaldi-util.so
There are no any errors when is compiling. But why next libs is not compiled: libkaldi-nnet.so libkaldi-online.so libkaldi-kws.so
Thanks.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kaldi-asr/kaldi/issues/4280, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZFLO3GYPQMTVDUY3WV3XTSHHFC7ANCNFSM4RW3RD7A .
I believe it is a duplicate of https://github.com/alphacep/vosk-api/issues/225, not really relevant to kaldi
I believe it is a duplicate of alphacep/vosk-api#225, not really relevant to kaldi
I clone Kaldi from this repository but have the same libs as Vosk-Api.
I believe it is a duplicate of alphacep/vosk-api#225, not really relevant to kaldi
I clone Kaldi from this repository but have the same libs as Vosk-Api.
I think you try in nnet kwd directory, then make clean;make,if not generate so files it will have error msg
This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.
@vgritsko, did you find a workaround?
@vgritsko, did you find a workaround?
Hi @kkm000 , yes I just removed "online2" from string : make -j 8 online2 lm .
Thanks. I think it's not an issue at the moment, haven't heard of it since. I'm closing this. We can go back to it if it resurfaces.
Hello! I'm trying to compile Kaldi for Android. I use NDK 21.3. But it's seems not all libs is compiled from Kaldi. I see only :
There are no any errors when is compiling. But why next libs is not compiled: libkaldi-nnet.so libkaldi-online.so libkaldi-kws.so
Thanks.