Environment Sounds

From Second Life Wiki
Revision as of 11:11, 11 July 2012 by Silent Mole (talk | contribs) (Created page with "==Environmental Sounds== There's a handful of ways to generate sound without an avatar in Second Life. * Sound clips * a parcel's music stream * a web page displ…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Environmental Sounds

There's a handful of ways to generate sound without an avatar in Second Life.

  • Sound clips
  • a parcel's music stream
  • a web page displayed on a prim

You can change all of them using scripting. The latter two depend on the viewer being set properly to allow them to play.

Soundtrack

If your build has a soundtrack or theme music that you want heard clearly across the parcel, consider using streaming music.

You can play a series of sound clips in order, but there's no guarantee that the "song" will be heard as seamless.

Looping sounds

Looping a sound clip can add ambience. Consider it for nighttime bugs by a lake, a crowd murmuring, or the hum of electric signs.

<lsl> default {

   state_entry()
   {
       llLoopSound( llGetInventoryName( INVENTORY_SOUND, 0 ), 0.5 );
   }

} </lsl>

Rhythmic sounds

Ocean surf

Random sounds

frogs, underbrush rustles and cracks

Day/Night detection

Owls + bats vs birds

Extremely Loud Sound

Clocktower bells