From fd005eb85f9ac9e069e96bcdbc6b011c48f630b1 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期五, 12 五月 2023 11:42:28 +0800
Subject: [PATCH] update repo
---
funasr/fileio/sound_scp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/fileio/sound_scp.py b/funasr/fileio/sound_scp.py
index f0ac053..11d582c 100644
--- a/funasr/fileio/sound_scp.py
+++ b/funasr/fileio/sound_scp.py
@@ -35,7 +35,7 @@
always_2d: bool = False,
normalize: bool = False,
dest_sample_rate: int = 16000,
- speed_perturb: tuple = None,
+ speed_perturb: Union[list, tuple] = None,
):
assert check_argument_types()
self.fname = fname
--
Gitblit v1.9.1