################################################################################
# Node

ReplaceScene
{
  TimeComposition  0

  Scene Group 
  {
    children 
    [

      DEF SOUND001 Sound 
      {
        source AudioSource 
        {
          url [600]
          startTime 0
          stopTime 70
	  numchan 2
        }
        spatialize FALSE
        location 0 0 0
        intensity 1.0
      }

    ]
  }

}

################################################################################
