GithubHelp home page GithubHelp logo

j-schultz / webrtc_vad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaustubh-iamplus/webrtc_vad

0.0 0.0 0.0 1 MB

Voice activity detection (VAD) library and Go bindings based on WebRTC's VAD engine

CMake 0.08% Shell 0.07% Go 0.15% C 25.20% Assembly 0.42% Objective-C 0.25% C++ 73.31% Java 0.43% Objective-C++ 0.08%

webrtc_vad's Introduction

This project can be used to create a standalone library from WebRTC's VAD engine (independent from the rest of the WebRTC code).
Corresponding Go bindings are also generated using c-for-go(https://github.com/xlab/c-for-go) based on webrtc.yml file.

----------------------------------------------------------------------------------

To build library and corresponding Go bindings for WebRTC's voice activity detection (VAD) module:

1) Git clone WebRTC source locally (https://webrtc.googlesource.com/src)

2) Execute script.sh
     Usage (Please use full paths):
     $ ./script.sh <WEBRTC_SRC_PATH> <DEST_DIR_PATH>
     WEBRTC_SRC_PATH = WebRTC source directory path
     DEST_DIR_PATH = Output directory path

3) While building Go program pass CGO_LDPATHS environment variable
     $ CGO_LDFLAGS="-L/tmp -lwebrtc_vad" LD_LIBRARY_PATH=/tmp go run server.go
     libwebrtc_vad.so is present at /tmp

----------------------------------------------------------------------------------

Dependecies:
 - cmake (>= v3.5)
 - make
 - c-for-go

webrtc_vad's People

Contributors

kaustubh-iamplus avatar

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.