Giter Club home page Giter Club logo

dsp_app's Introduction

Equalizer

This is the driver for a custom EQ effect I made for an AOSP build.
I created a new effect in the libeffect.so in the audioeffects bundle. I altered the EQ effect to allow for more than 5 bands and I inserted a custom DSP in the EQ.

I included the libeffect code in this project. Just copy and paste it into your AOSP project and build it to be able to use this driver.


This app will not work unless you have a 6 band EQ which is not standard for AOSP, you will need to alter your libeffect.so to allow the EQ effect to have 6 bands.


Number of bands lives here:
https://android.googlesource.com/platform/frameworks/av/+/9803acb6b2c1b9c01444e0c8c0124adbe9a7157a/media/libeffects/lvm/lib/Bundle/lib/LVM.h

Number of bands also lives here, and you will need to make the presets support the number of bands you change the numbands to:
https://android.googlesource.com/platform/frameworks/av/+/9803acb6b2c1b9c01444e0c8c0124adbe9a7157a/media/libeffects/lvm/wrapper/Bundle/EffectBundle.h

Also you will need to turn off the gain correction here:
https://android.googlesource.com/platform/frameworks/av/+/9803acb6b2c1b9c01444e0c8c0124adbe9a7157a/media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp

Lastly, you might need to go into the AudioFlinger and alter the global effects on audio session id 0.

dsp_app's People

Contributors

mastanford avatar

Watchers

James Cloos 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.