Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>This is a known problem in Adobe's software for which there is no fix presently.</p> <p>For now you can only work around the problem.</p> <p>You should implement a <em>Push-to-Talk</em> mode in your application and make it easy for users to switch to Push-to-Talk if they are experiencing sound quality problems.</p> <p>If all users of the application have headsets then they won't have to resort to <em>Push-to-Talk</em>.</p> <p>If your application is doing <em>many-to-many</em> conferencing it might be an interesting idea to allow users to request a speaker token.</p> <p>Using an approach based on the <a href="https://stackoverflow.com/questions/592058/voice-echo-problem/618239#618239">suggestion of <strong>tst</strong></a> it might be possible to have the application checking which people are talking and then granting the speaker token automatically, rather than have users manually requesting it. Obviously usability testing would have to conducted to ensure this works well in practice.</p> <p><strong>More info on the bug</strong></p> <p>You can refer to the following Adobe bug report for more details:</p> <ul> <li><a href="http://bugs.adobe.com/jira/browse/FP-273" rel="nofollow noreferrer">http://bugs.adobe.com/jira/browse/FP-273</a></li> </ul> <p>The bug description reads as follows:</p> <p><em>Flash player has no AEC support yet. There is no AEC support in Flash player 10 beta also. Developers need built-in AEC to create convenient webservices with live audio/video communication without requirement for user to have a headset. According to Speex project website Speex supports AEC. Please add AEC support for release version of Flash Player 10 to make suitable for communication webservices.</em></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload