From 0d32e02c79d751ae15af8fb767df32564e34cbf7 Mon Sep 17 00:00:00 2001
From: 语帆 <yf352572@alibaba-inc.com>
Date: 星期三, 28 二月 2024 14:02:03 +0800
Subject: [PATCH] test

---
 funasr/frontends/default.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/funasr/frontends/default.py b/funasr/frontends/default.py
index 66d42f7..364c8bb 100644
--- a/funasr/frontends/default.py
+++ b/funasr/frontends/default.py
@@ -48,6 +48,7 @@
         # Deepcopy (In general, dict shouldn't be used as default arg)
         frontend_conf = copy.deepcopy(frontend_conf)
         self.hop_length = hop_length
+        self.fs = fs
 
         if apply_stft:
             self.stft = Stft(

--
Gitblit v1.9.1