All Projects → ideastudios → Vad

ideastudios / Vad

Licence: other
android vad library base on webrtc vad

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Vad

object centric VAD
An Tensorflow Re-Implement of CVPR 2019 "Object-centric Auto-Encoders and Dummy Anomalies for Abnormal Event Detection in Video"
Stars: ✭ 89 (+270.83%)
Mutual labels:  vad
spokestack-ios
Spokestack: give your iOS app a voice interface!
Stars: ✭ 27 (+12.5%)
Mutual labels:  vad
cobra
On-device voice activity detection (VAD) powered by deep learning.
Stars: ✭ 76 (+216.67%)
Mutual labels:  vad
voice-activity-detection
Pytorch implementation of SELF-ATTENTIVE VAD, ICASSP 2021
Stars: ✭ 82 (+241.67%)
Mutual labels:  vad
python-webrtc-audio-processing
Python bindings of WebRTC Audio Processing
Stars: ✭ 140 (+483.33%)
Mutual labels:  vad
android-vad
This VAD library can process audio in real-time utilizing GMM which helps identify presence of human speech in an audio sample that contains a mixture of speech and noise.
Stars: ✭ 64 (+166.67%)
Mutual labels:  vad
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+21429.17%)
Mutual labels:  vad
spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (+116.67%)
Mutual labels:  vad
vad-plotter
Plotter for NEXRAD VWP retrievals.
Stars: ✭ 18 (-25%)
Mutual labels:  vad

Vad

基于 webrtc 的安卓 vad 库

支持的采样率为48000kbps 32000kbps 16000kbps 8000kbps,其他的采样率不支持

使用

在录音的读取buffer过程中,调用 vad.processBuffer(sampleRate, buffer, length); 返回值即为当前buffer中是否在说话有人声 buffer大小建议为sampleRate/10

Gradle

  1. Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add the dependency
	dependencies {
	       implementation 'com.github.ideastudios:Vad:1.0.1'
	}


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].