The developers do monitor these lists, but these lists are also for users to help each other.
One of the features of open source is that if the documentation is insufficient, you can always read the source. I'm not a developer of the AV interface, but when I looked here: http://svn.openlaszlo.org/openlaszlo/trunk/lps/components/extensions/av/microphone.lzx I noticed that an interface to set `silencelevel` and `silencetimeout` has been added. You could use that as a guide. On 2010-03-28, at 06:30, Michaela Merz wrote: > > Hello everybody: > > About 10 days ago, I was asking about how to set the microphone properties > within OL. I never received a single answer. My question is attached > below. > > It seems, the OL developers are not following this list. I don't complain > about inconsistencies between documentation and source. Sure, there is not > enough documentation - I can live with that. I think OL has great > potential - if there would be at least some communication with the > developers and coder folks. > > So - please: If possible: Would somebody please forward my question to > whoever designed the OL / Flash microphone interface? > > Thank You. > > Michaela > ------------------------------ SNIP -------------------------------- > > My questions are: > > How am I able to setGain(), setRate() and setSilenceLevel() on the mic? > > Using > > <microphone [..] > > <method name="_makeDevice"><![CDATA[ > var dev = super._makeDevice(); > [..] > dev.setGain(1); > dev.setRate(11); > dev.setSilenceLevel(0); > ]]> > </method> > </microphone> > > will compile, but won't render the flash. Is there any other way that > would allow me to access Flash's microphone 'module' in order to be able > to set the required properties? > > I am using lps-4.7.1 with Fedora12 > > Thanks. > > Michaela > >
