mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
test
This commit is contained in:
parent
6a8c943435
commit
5130d2406d
@ -48,6 +48,7 @@ class DefaultFrontend(nn.Module):
|
|||||||
# Deepcopy (In general, dict shouldn't be used as default arg)
|
# Deepcopy (In general, dict shouldn't be used as default arg)
|
||||||
frontend_conf = copy.deepcopy(frontend_conf)
|
frontend_conf = copy.deepcopy(frontend_conf)
|
||||||
self.hop_length = hop_length
|
self.hop_length = hop_length
|
||||||
|
self.fs = fs
|
||||||
|
|
||||||
if apply_stft:
|
if apply_stft:
|
||||||
self.stft = Stft(
|
self.stft = Stft(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user