<!--
This index file contains descriptions of the sound files
located in the current directory for use with
Peep: the network auralizer.

The sound files included with Peep are:
Copyright (C) 2000 Michael Gilfix and Alva Couch.

The structure of the tags used is:

For a single event (length and segments are optional):

<event>
	<name> Name goes here </name>
	<length> length in "# sec" </length>
	<segments> How many sound files for the event </segments>
	<suggested>
		The kind of network event to use the sound for.
	</suggested>
	<description>
		A description of the event.
	</description>
</event>

For coupled events:
<couple>
	<primary> The primary coupled sound </primary>
	<secondary> The second, complementary sound </secondary>
	<description>
		A description of the event.
	</description>
</couple>

For state events:
<state>
	<name> Name goes here </name>
	<segments> Number of sound segments to load for a state </segments>
	<description>
		A description of the event.
	</description>
</state>

For a heartbeat sound:
<heartbeat>
	... Same internal structure as an event
</heartbeat>
-->

<!-- -------------------------------------------------------- -->

<state>
	<name>rain-01</name>
	<segments>1</segments>
	<description>
		The sound of rain beating down on trees.
	</description>
</state>

<state>
	<name>cricket-01</name>
	<segments>1</segments>
	<description>
		Crickets chriping in the night.
	</description>
</state>

<state>
	<name>water-01</name>
	<segments>8</segments>
	<description>
		The rushing water sounds of a babbling brook.
	</description>
</state>

<state>
	<name>water-02</name>
	<segments>8</segments>
	<description>
		The background noise of a running stream.
	</description>
</state>

<state>
	<name>leaves</name>
	<segments>4</segments>
	<description>
		A wind sound. The sound of the wind rustling through the tree tops.
	</description>
</state>
