Skip to content

A Simple Sound FX engine for Windows 8 XAML C# apps that does some basic caching of MediaElement for performance and memory optimization. Nuget = PM> Install-Package WickedWolfApps.SoundFxEngine

Notifications You must be signed in to change notification settings

carlorivera/WickedWolfApps.Common.Audio.SoundFxEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WickedWolfApps.Common.Audio.SoundFxEngine

A Simple Sound FX engine for Windows 8 XAML C# apps that does some basic caching of MediaElement for performance and memory optimization.

Nuget = PM> Install-Package WickedWolfApps.SoundFxEngine


Example Usage:

List sounds = new List() { "MyTestSound1", "MyTestSound2" };

this.SoundEngine = new SoundFxEngine(sounds);

this.SoundEngine.PlaySound(soundFile);

About

A Simple Sound FX engine for Windows 8 XAML C# apps that does some basic caching of MediaElement for performance and memory optimization. Nuget = PM> Install-Package WickedWolfApps.SoundFxEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published