mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-10 10:32:16 +00:00
minor fixes.
This commit is contained in:
parent
1ccc03a781
commit
53504a705c
@ -9,9 +9,10 @@ kaldi_feat_dir = cur_dir.parent.parent.parent
|
|||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, f'{kaldi_feat_dir}/build/lib')
|
sys.path.insert(0, f'{kaldi_feat_dir}/build/lib')
|
||||||
|
|
||||||
import torch
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import soundfile as sf
|
import soundfile as sf
|
||||||
|
import torch
|
||||||
|
|
||||||
import _kaldifeat
|
import _kaldifeat
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user