Search code examples
androidandroid-ndkandroid-sdk-2.3equalizer

Controlling in-call audio in Android SDK/NDK


I have a need for an equalizer than controlls in-call audio and not just music , is that possible ?

Several options I can think of off the top of my head :
1.) If there's a built in option for equalizers to control calls
2.) Creating a service over a bluetooth headset and filtering the audio myself using the SDK or the NDK ( if at all possible )
3.) Creating an app that filters the audio itself

Are any of these actions possible ?


Solution

  • I have a need for an equalizer than controlls in-call audio and not just music , is that possible ?

    No. You have no access to the in-call audio stream.