Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

#Silverlight Sound Sample#

Area Games: Audio Submitted 12/16/2010 Code Sample


Download the Silverlight Sound Sample

This sample demonstrates how to use the XNA Framework's SoundEffect and SoundEffectInstance classes to play multiple sounds simultaneously in a Silverlight application for Windows Phone. It also shows a simple way to set up a DispatchTimer to call FrameworkDispatcher.Update in order to simulate the Game loop for the XNA Framework's internals. Finally, it shows how to load a wave audio file into a Stream that can be played by the SoundEffect classes.

Download Size Description
silverlightsoundsample.txt 0.00MB Demonstrates how to play multiple sounds simultaneously in a Silverlight application for Windows Phone. Shows how to load a wave audio file into a Stream that can be played by using the SoundEffect classes.