易截截图软件、单文件、免安装、纯绿色、仅160KB

Flash AS3目前不支持AEC的处理

http://forums.adobe.com/thread/448445
Flash AS3目前不支持AEC的处理
Travis, have you managed to find a work around? I have been thinking about a server side solution. It basically involves decoding the Speex stream to RAW, running an AEC algorithm, re-encoding and sending the data on its way. Its just a thought and I not sure on the additional latency it will add.
在RTMP Server端做AEC处理似乎也不可行
server side AEC post encoding:  http://lists.xiph.org/pipermail/speex-dev/2007-July/005935.html
For AEC, the following conditions must be met:
1) No codec must be used in the echo path (maybe G.711 is OK)
2) There must not be any drift in the sampling clocks
3) There must not be any audio samples lost on the echo path
The entire path from AEC to loudspeaker and from mic back to AEC must be free of any non-linearity, codec, drift
It turns out the Adobe does have AEC. They use it on Adobe Connect Pro http://www.adobe.com/products/acrobatconnectpro/. The AEC is delivered via a Flash plugin (yes they exist) through Flash Player Express Install (see http://www.flashmagazine.com/news/detail/plugins_for_the_flash_player/). The Express Install mechanism has been used since Flash 7 to auto update Flash and it is used in install AIR.
Adobe's Mysterious System.Product and Connect Pro:  http://www.lingolesson.com/misc/adobe-s-mysterious-systemproduct-and-connect-pro/
Adobe Connect Pro有AEC的处理, 但是没有开放给普通开户者。
http://stackoverflow.com/questions/1860522/echo-problem-with-speakers-in-flash-red5-application-for-two-way-video-conferenci
The solution you're looking for is called echo cancellation. Unfortunately today there are only two options:
1) do the echo cancelling in Flash. Adobe has the ability to do this embedded in flash, but unfortunately they only allow it to be used when running against Adobe Connect's conferencing server. Lame, but true.
2) your other option is to decode the audio from all participants in a server, mix the audio there,


相关文档:

Ubuntu下Flash中将汉字显示为方格的解决办法

Ubuntu下装完Adobe的Flash插件后,浏览器里可以播放Flash动画了。但是还存在一个问题就是汉字无法正确显示,显示为方格
解决办法:
修改这个配置文件
/etc/fonts/conf.d/49-sansserif.conf
把其中所有的字体名替换为中文字体名即可,我这里用的是“微软雅黑”和“Consolas“。
<?xml version=" ......

flash简单画画actionscript3.0

as3.0
../drawingapplication.fla
                     document class设置为ch6.drawingApplication
../ch6/drawingApplication.as
package ch6 {
    import flash.display.Sprite;
 & ......

swt与open flash chart

昨天看了IBM网站上写到rcp中运行open flash chart觉得不错自己就试着写了一下。
package com.chart.test;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.FillLayout;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.ole.win32.OLE;
import org.eclipse.swt.ole.win32.OleAutomation; ......

Flash与数学:圆

   圆在flash 当中的使用,是一种非常实用而且好玩的技术。它优点是简单,容易使用。对于一些不错的效果有很强的实用价值。例如,做一些圆周运动,旋转等都是很经常的做法。我们仅仅需要知道它的参数方程,和一般的方程就能够创造出一些不错的案例。
 圆的标准方程式:(x-a)2+(y-b)2=R2
而它的参数方程 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号