Coder Social home page Coder Social logo

webrtc_agc1's Introduction

WebRtc Agc

This repository is webrtc agc module demo. We capture the files form audio_processing/ modules/agc/legacy and other dependent files. And the algorithm has not been wraped from the C-type in this demo,so you can modify it as you like.

The agc algorithm in this demo can only process 10ms per frame, and support 16 khz or 8 khz sample rate's signal, that is 160 or 80 points per frame.Actually this algorithm native support up to 48khz. If you want to apply it to upper sample rate , you should add a splitting filter to split the input signal into 2 or 3 bands for 32khz or 48khz. The same processing can also be found at webrtc noise suppression. Moreover, be careful for the data format of input and output data,they are int16_t PCM format.

Note that webrtc has another agc algorithm module, agc2, which based RNN technology, located at modules/agc2/* .

Have fun.

Jagger, 2018-12-10


ps:

Processing flow:

WebRtcAgc_Create() ->WebRtcAgc_Init() ->WebRtcAgc_set_config() -> processing per frame { WebRtcAgc_Process() }

You can find the codes in the webrtc_agc.cpp file. I will add 32khz 48khz support in the next update version.

webrtc_agc1's People

Contributors

jagger2048 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.