Code Monkey home page Code Monkey logo

xvads's Introduction

xvads

相关说明

eXtended Voice Activity Detection Splitter

非常简单的音频切片调用小工具,用于知音平台相关演示目的。 调用方法类似 xargs,不同的是 xargs 切割文本;xvads 切割音频

  • 使用 WebRTC 的 VAD 模块做音频切片

构建方法

  • 安装 golang 1.13 以上版本
  • 较新版本的 gcc

go install ./cmd/...

使用方法

下面是一个示例:

  • fmedia 工具抓取默认输入设备的音轨(单声道 16KHZ 16Bit 采样率)并通过管道发送给 xvads
  • xvads 将有效音频切割出来并实时调用子命令,将分片音频作为子命令的标准输入
fmedia --record [email protected] --format=int16 --channels=mono --rate=16000 2>/dev/null | xvads sub-command arguments-of-subcommand ...

xvads's People

Contributors

sryio avatar

Stargazers

Colin Zhang avatar rizo avatar  avatar 1nv0k3r avatar Lei avatar  avatar  avatar swingcoder avatar kangyu avatar Cogmeta avatar Jaon avatar snotr avatar Seven Du avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

xvads's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.