From 11f0ed89afb2ec16e022cef0ce50d11c534fe028 Mon Sep 17 00:00:00 2001 From: lyblsgo <lyblsgo@163.com> Date: 星期一, 08 五月 2023 10:56:18 +0800 Subject: [PATCH] fix wavhead reader; modify punc input to int32; add vad/punc/offline-stream apis; modify option parser --- funasr/bin/sv_inference_launch.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/funasr/bin/sv_inference_launch.py b/funasr/bin/sv_inference_launch.py index 1205d19..8806070 100755 --- a/funasr/bin/sv_inference_launch.py +++ b/funasr/bin/sv_inference_launch.py @@ -2,6 +2,7 @@ # Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. # MIT License (https://opensource.org/licenses/MIT) + import argparse import logging import os -- Gitblit v1.9.1