Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any plan to support echo cancllation? #85

Closed
yangwuan55 opened this issue May 2, 2018 · 6 comments
Closed

Is there any plan to support echo cancllation? #85

yangwuan55 opened this issue May 2, 2018 · 6 comments
Assignees

Comments

@yangwuan55
Copy link

Just like the AcousticEchoCanceler from java can use AudioTrack and AudioRecord.

@dturner
Copy link
Collaborator

dturner commented Jun 15, 2018

@philburk Will the P features allow this? i.e. c30bbe6#diff-c178d9e54b1979b39c97a2d942d1c272

@philburk
Copy link
Collaborator

Yes, the P features will allow the use of effects such as AEC with AAudio and, therefore, with Oboe.

The effects will need to be controlled from Java using the existing AudioEffect API.

@yangwuan55
Copy link
Author

So,the AEC just can use on P in the future?

@dturner
Copy link
Collaborator

dturner commented Jun 20, 2018

Yes, AEC can be used on P.

@dturner dturner closed this as completed Jun 20, 2018
@strentler
Copy link

How is the current status?
Is there an example which shows how to enable AEC with Oboe?

@feliwir
Copy link

feliwir commented Mar 30, 2020

I'm interested in a sample of this for C++ aswell. AcousticEchoCanceler seems to be a pure Java/Kotlin library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants