"android.media.audiofx" supported?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"android.media.audiofx" supported?

Jump to solution
703 Views
torus1000
Contributor V


Hi i.MX Experts,

It seems linuxBSP(gstreamer) supports audiofx.
Does i.MX6Sabre AndroidBSP also support audiofx such as AEC(AcousticEchoCanceler)?

P.S.

I tested startStreaming() in following URL but NULL returned when .create() called. Please see *3

Thanks.

----------

Note:

*1 RTP Streaming using gstreamer fails - gstrtpbin element missing
     https://community.freescale.com/message/400304

*2 http://developer.android.com/reference/android/media/audiofx/AcousticEchoCanceler.html

*3 http://stackoverflow.com/questions/24171184/android-acousticechocanceler-does-not-cancel-out-echo

package com.example.audiotest;
...
import android.media.MediaRecorder;
import android.media.audiofx.AcousticEchoCanceler;
...
public void startStreaming() {
  ...
  recorder = new AudioRecord(MediaRecorder.AudioSource.VOICE_RECOGNITION,sampleRate,channelConfig,audioFormat,minBufSize);
  AcousticEchoCanceler canceler =  AcousticEchoCanceler.create(recorder.getAudioSessionId());
  ...
}

Labels (3)
0 Kudos
1 Solution
516 Views
igorpadykov
NXP Employee
NXP Employee

Hi torus1000

I am afraid it is not supported by low level, for VoIP

it may be recommended to look at LS1024 products

Applications solutions kit for high performan|Freescale

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
517 Views
igorpadykov
NXP Employee
NXP Employee

Hi torus1000

I am afraid it is not supported by low level, for VoIP

it may be recommended to look at LS1024 products

Applications solutions kit for high performan|Freescale

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos