21 #ifndef KALDI_ONLINE2_ONLINE_TIMING_H_ 22 #define KALDI_ONLINE2_ONLINE_TIMING_H_ 47 void Print(
bool online =
true);
95 void SleepUntil(
double cur_utterance_length);
100 void WaitUntil(
double cur_utterance_length);
124 #endif // KALDI_ONLINE2_ONLINE_TIMING_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
class OnlineTimer is used to test real-time decoding algorithms and evaluate how long the decoding of...
std::string utterance_id_
void Print(bool online=true)
Here, if "online == false" we take into account that the setup was used in not-really-online mode whe...
double total_time_waited_
std::string max_delay_utt_
class OnlineTimingStats stores statistics from timing of online decoding, which will enable the Print...