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