OfflineSpeakerDiarizationCallback.java 219 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 // Copyright 2024 Xiaomi Corporation package com.k2fsa.sherpa.onnx; @FunctionalInterface public interface OfflineSpeakerDiarizationCallback { Integer invoke(int numProcessedChunks, int numTotalCunks, long arg); }