Did you check the JIRA bug database at adobe for the Flash player? If you
have a
small test case you should file a bug report,  someone might suggest a
workaround ,and
they would then be more likely to
fix it in a subsequent release.

On Fri, Jun 11, 2010 at 6:38 AM, Michaela Merz <[email protected]> wrote:

>
> Hello:
>
> After installing 10.1 and trying my OpenLazlo modules, I unfortunately
> found out, that the current version of Flash 10.1 breaks audio under
> Linux.
>
> Linux->Windows Sound OK
> Windows->Linux Sound BAD
>
> This only applies to streaming using the SPEEX codec, however, it makes
> the application useless. Youtube etc. is fine.
>
> <microphone id="mic" name="nmic" capturing="false"
>  silencelevel="100"
>  silencetimeout="50">
>  <method name="_makeDevice"><![CDATA[
>     var dev = super._makeDevice();
>     // dev is the microphone
>     dev.codec = 'Speex';
>     dev.soundTransform = this._sound;
>     dev.setUseEchoSuppression(true);
>     ]]>
>  </method>
> </microphone>
>
> Somebody on the net suggested to play aorund with the 'encodeQuality'
> setting, however setting "dev.encodeQuality" in the above example seems
> not to make any difference.
>
> Any other suggestion is greatly appreciated.
>
> Michaela
>
>
>


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to