TBye101/MagicalLife

Audio

TBye101 opened this issue · 2 comments

This project needs programming done to play audio whenever certain things happen, such as a button being clicked on, or a human taking steps on dirt or grass.
Sound files are located in /Assets/Sound
They need to be utilized through the MonoGame content pipeline, and loaded at game load time.

Keep in mind that the dedicated server doesn't need to load these sounds, so they should only be loaded client side.

Need to investigate FMOD & WWise to determine if either is desirable and usable for this project

Determined that FMOD will be a nice addition to the project, and provide quality audio.