Reputation: 773
I am trying to set sound effect treble and echo for my audio player project in android but i am not getting how to do it.
I already searched google a lot and asked a question also related to it, but that thing not working now.
Any help will be appreciated well............... Thanks in advance :)
Upvotes: 3
Views: 1993
Reputation: 2255
There is a BassBoost but no TrebleBoost already worked out in Android.
Instead you will nedd to instantiate an Equalizer object. Query the object for the amount of frequency bands (usually they're 5) and use setBandLevel to boost the higher bands.
Upvotes: 2
Reputation: 585
In order to set the various sound effects in your audio player you can take reference from this . It is the best solution i found for your problem. Hope it helps !!
Upvotes: 1