From 19467b57f6476cc0ba5493c0dcde3d15a0c88c2c Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期一, 27 二月 2023 17:04:19 +0800
Subject: [PATCH] Merge pull request #160 from alibaba-damo-academy/dev_onnx
---
funasr/utils/timestamp_tools.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/funasr/utils/timestamp_tools.py b/funasr/utils/timestamp_tools.py
index f6a6e98..b82c74a 100644
--- a/funasr/utils/timestamp_tools.py
+++ b/funasr/utils/timestamp_tools.py
@@ -4,6 +4,7 @@
import numpy as np
from typing import Any, List, Tuple, Union
+
def time_stamp_lfr6_pl(us_alphas, us_cif_peak, char_list, begin_time=0.0, end_time=None):
if not len(char_list):
return []
--
Gitblit v1.9.1