mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main
This commit is contained in:
commit
39c84cb767
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 182 KiB |
@ -5,10 +5,10 @@ from modelscope.utils.constant import Tasks
|
||||
|
||||
input = 'https://modelscope.cn/api/v1/models/damo/speech_separation_mossformer_8k_pytorch/repo?Revision=master&FilePath=examples/mix_speech1.wav'
|
||||
separation = pipeline(
|
||||
Tasks.funasr_speech_separation,
|
||||
Tasks.speech_separation,
|
||||
model='damo/speech_separation_mossformer_8k_pytorch',
|
||||
output_dir='./',
|
||||
model_revision='v1.0.1')
|
||||
model_revision='v1.0.2')
|
||||
result = separation(audio_in=input)
|
||||
for i, signal in enumerate(result):
|
||||
save_file = f'output_spk_{i+1}.wav'
|
||||
|
||||
@ -13,7 +13,7 @@ def get_readme():
|
||||
|
||||
|
||||
MODULE_NAME = 'funasr_onnx'
|
||||
VERSION_NUM = '0.2.0'
|
||||
VERSION_NUM = '0.2.1'
|
||||
|
||||
setuptools.setup(
|
||||
name=MODULE_NAME,
|
||||
|
||||
@ -1 +1 @@
|
||||
0.7.4
|
||||
0.7.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user