GithubHelp home page GithubHelp logo

wenwanchen / crowdpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lendlice/crowdpp

0.0 1.0 0.0 17.2 MB

Crowd++: An Android Speaker Counting Service

License: GNU General Public License v3.0

Java 100.00%

crowdpp's Introduction

Overview
Crowdpp has two parts of code: the code in the packages "de.fau.cs.jstk.*" are borrowed from the "jstk" package developed by the Speech Group at the University of Erlangen-Nuremberg, which is primarily used for MFCC feature extraction; the code in the packages "edu.rutgers.winlab.crowdpp.*" is developped by Chenren Xu and Sugang Li:
"edu.rutgers.winlab.crowdpp.audio" package includes audio recording, data convertion (from byte to float), feature extraction (MFCC and pitch), cross calibration (see "Cross calibration"), and speaker counting algorithm.
"edu.rutgers.winlab.crowdpp.db" package includes the functions related with sqLite databased operation.
"edu.rutgers.winlab.crowdpp.sensor" package includes the location tracking service.
"edu.rutgers.winlab.crowdpp.service" package includes the audio recording and speaker counting services.
"edu.rutgers.winlab.crowdpp.ui" package includes the Android fragments as the UI interface
"edu.rutgers.winlab.crowdpp.util" package includes the constants and utility functions (time, math, distance, file process)

** when you import the code into your workspace, please add JRE or JDK into your build path**

Cross calibration
Both "crossAsymmetricCalibration" and "crossSymmetricCalibration" funtions in "MicrophoneCalibration.java" compute the MFCC distance to determine the optinmal thresholds theta_s and theta_d for speaker distinction. For cross calibration, please have the MFCC and pitch data from the different participants' monologue audio data. Both "crossAsymmetricCalibration" and "crossSymmetricCalibration" will log the distance from same speaker and different speakers in different files. In "crossAsymmetricCalibration", the distance is computed based on the full data from one speaker and partial data (a few seconds) from the other. The thresholds derived from this function is used for semisupervised speaker counting purpose. In "crossSymmetricCalibration", the distance is computed from the same length of speech from two speakers. The thresholds from this function is cused for unsupervised speaker counting. You can determine your own thresholds based on how confident you will identify the same speaker (theta_s) and how conservative to admit a new speaker (theta_d). For theta_s and theta_d, please refer to our paper "Crowd++: Unsupervised Speaker Count with Smartphones" by Chenren Xu, Sugang Li, Gang Liu, Yanyong Zhang, Emiliano Miluzzo, Yih-Farn Chen, Jun Li, Bernhard Firner.

crowdpp's People

Contributors

lendlice avatar sugangli avatar

Watchers

 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.