提交 48167eb9 编写于 作者: K KP

Add fbank and mfcc unittest.

上级 395e8d1b
...@@ -82,7 +82,10 @@ setuptools.setup( ...@@ -82,7 +82,10 @@ setuptools.setup(
'dtaidistance >= 2.3.6', 'dtaidistance >= 2.3.6',
'mcd >= 0.4', 'mcd >= 0.4',
], ],
setup_requires=['nose', 'librosa==0.8.1', 'soundfile==0.10.3.post1'], setup_requires=[
'nose', 'librosa==0.8.1', 'soundfile==0.10.3.post1',
'torchaudio==0.10.2'
],
cmdclass={ cmdclass={
'install': InstallCommand, 'install': InstallCommand,
'test': NoseTestCommand, 'test': NoseTestCommand,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册