Skip to content
Snippets Groups Projects
Commit ff37cb00 authored by Amit Beka's avatar Amit Beka
Browse files

add support for threaded nnet2 decoding


recent kaldi version add a new decoder class of threaded processing,
with a different API than the previous (SingleUtteranceNnet2DecoderThreaded
instead of SingleUtteranceNnet2Decoder).

this commit adds compile-time support to the threaded decoder, by
ifdef'ing all the relevant API changes. future commit should make it
prettier, but for now, in order to avoid everybody updating kaldi source
code, this seems better.

compile the threaded decoder with make CPPFLAGS=-DTHREADED_DECODER.

Signed-off-by: default avatarAmit Beka <amit.beka@gmail.com>
parent c938fcf0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment