Hi all!

Since I found none, here some rain sound (to be put in /Sounds):
http://homepage.univie.ac.at/markus.zojer/fgfs/rain_canopy.wav

and the corresponding code for the sound.xml:
<rain>
      <name>rain</name>
      <mode>looped</mode>
      <path>Sounds/rain_canopy.wav</path>
      <condition>
        <greater-than>
            <property>/environment/metar/rain-norm</property>
            <value>0.2</value>
       </greater-than>
    </condition>
        <volume>
            <property>/environment/metar/rain-norm</property>
            <factor>1.00</factor>
            <offset>0.00</offset>
            <min>0.4</min>
            <max>0.9</max>
        </volume>
          <pitch>
            <property>/velocities/airspeed-kt</property>
            <factor>0.001</factor>
            <offset>1.0</offset>
          </pitch>
</rain>

Can somebody integrate this?

Thanks,
markus

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to