0

I need to make real time audio processing for Android phones (with delay lower than 9ms). I need to get sound from the microphone and from the line input (therefore I also need line-in adapter for phone). What technologies or libraries can do this?

Vladimir Bershov
  • 2,701
  • 2
  • 21
  • 51
  • The answer to this question: http://stackoverflow.com/questions/21456630/how-to-use-band-pass-filter18khz-to-22khz-in-android has a link to a library that might be useful. – jaket Feb 03 '15 at 00:31
  • I do not need a filter, I need only a library for real time audio processing – Vladimir Bershov Feb 03 '15 at 06:09
  • Then you should consider changing the title of your post as it specifically mentions filtering. If you want to read from the mic or line input have a look at http://developer.android.com/reference/android/media/AudioRecord.html – jaket Feb 03 '15 at 07:03
  • Can you help me with https://stackoverflow.com/questions/61184352/android-accessibility-service-real-time-audio-processing question – Feroz Siddiqui Apr 13 '20 at 08:54

0 Answers0