Add endpointing (#54)

This commit is contained in:
Fangjun Kuang
2023-02-22 15:35:55 +08:00
committed by GitHub
parent 1c6f79f096
commit 124384369a
23 changed files with 2190 additions and 21 deletions

View File

@@ -55,7 +55,8 @@ class OnlineStream {
int32_t FeatureDim() const;
// Return a reference to the number of processed frames so far.
// Return a reference to the number of processed frames so far
// before subsampling..
// Initially, it is 0. It is always less than NumFramesReady().
//
// The returned reference is valid as long as this object is alive.