Ziyi's Blog

Chinese Pipeline:Several updates about VAD and Xunfeisdk

字数统计: 167阅读时长: 1 min
2019/07/23 Share

Updates about WebRTCVad

  1. change of the usage
    initial:
    python audiosplit.py <aggressiveness> <dir to result>
    now: python audiosplit.py <padding duration> <path to wav file/directory> <path to result>

  2. two modes
    Support splitting a single audio or all the audios in a certain file. The latter one is for re-splitting the audios which are longer than 30 seconds.

    To see more details, click here

Updates about Xunfeisdk

Since tuning the parameter needs more labelled dataset, Zhaoqing and I think maybe Xunfei can help us get rid of the onerous work of manually labelling the audios. So I simplify the code to make it more easier to use.

  1. C code to Python
    The example code that Xunfei offer is written by C. But it is so complicated in string operations. So I change the code into Python.

  2. delete punctuation

To see more details and complete usage, click (here)[https://liuziyi219.github.io/2019/07/06/Chinese-Pipeline-How-to-use-XunfeiSDK/]

CATALOG
  1. 1. Updates about WebRTCVad
  2. 2. Updates about Xunfeisdk