mnkdon / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Echo cancellation in Flash Player #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Echo has been a problem in Flash Player for a long time.

Luckily, Adobe will be adding echo cancellation in Flash Player 10.3
http://labs.adobe.com/technologies/flashplatformruntimes/flashplayer10-3/

This task is to try out the echo cancellation function of the new version using 
VideoIO.

Original issue reported on code.google.com by kundan10 on 10 Mar 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Did some initial experiment with this and seems to work fine. One problem is 
that this requires using Flex SDK 4.5 and that has the minimum version 
requirement of 10.2 for the Flash Player. I am looking for a clean way to 
detect and fall back to Flex SDK 3.5 if the minimum version requirement is not 
met.

Original comment by kundan10 on 25 May 2011 at 4:52

GoogleCodeExporter commented 9 years ago
Added support for this in version VideoIO45-2.0.swf, and required Flash Player 
10.3.
Added some sample code in test.html test page to show how to detect Flash 
Player version and selectively load VideoIO.swf or VideoIO45.swf.

Original comment by kundan10 on 25 May 2011 at 7:23