Adding warm up for Zipformer2 (#766)

Signed-off-by: manickavela1998@gmail.com <manickavela1998@gmail.com>
This commit is contained in:
Manix
2024-04-16 06:46:55 +05:30
committed by GitHub
parent 5981adf454
commit fb4aee83ac
9 changed files with 99 additions and 6 deletions

View File

@@ -85,6 +85,8 @@ class OnlineWebsocketDecoder {
// signal that there will be no more audio samples for a stream
void InputFinished(std::shared_ptr<Connection> c);
void Warmup() const;
void Run();
private: