Tagged Questions
Acoustic Echo Cancellation, a feature of Adobe Flash.
3
votes
2answers
2k views
Acoustic Echo Cancellation (AEC) with Flash AS3?
Acoustic Echo Cancellation (AEC) with Flash AS3?
What do I need?
Open Source Libs/wrappers.
Tutorials and blog articles on How to do it.
1
vote
2answers
258 views
Android AEC generates no useful sound
I am having some Accoustic Echo Cancellation experiments for a VoIP application and sound drives me mad. What I am trying to do is simple: I had recorded a sound before. Now I will play that sound and ...
1
vote
2answers
190 views
Best Echo Cancellation in Flash
What is the best way to do Acoustic Echo Cancellation (AEC) for a Flash video chat application (that uses RTMP)? Any example code please?
1
vote
4answers
745 views
How to subtract one audio wave from another?
How to subtract one audio wave from another? In general and in C# (or if we cannot do it in C# in C/C++)
I have sound wave A and sound wave B (BTW: they are in PCM)
I want to subtract B from A
...
0
votes
0answers
19 views
Flash AEC echo cancel
Does anyone know of an online demo of the new flash AEC feature ?
I've seen plenty of demos for RTMFP using webcam, but none that shows of
AEC.
0
votes
1answer
104 views
AIR Chat on Android and AEC
I am developing a chat application for Android, using AIR/Flex and Red5. But Acoustic Echo makes me stuck with headphones. With GTalk, we can enjoy handsfree chat. That means it is possible. I'm sure ...
0
votes
1answer
897 views
AEC in Flash, getEnhancedMicrophone
Have next problem:
var mic:Microphone = Microphone.getEnhancedMicrophone();
mic.setLoopBack(true);
And I don`t hear any sound... What is it?
When I write Microphone.getMicrophone() all work right ...