top of page
Writer's picturewu iris

Update#1 on Audio Project

Most of the work I’ve done this week is learning how to use XAudio2 and Windows Media Foundation.


Things I’ve completed this week:

  • Setting up the project and creating a good structure. The structure is similar to Graphics.

  • Finish Initialization and CleanUp of the Audio system.

You can call Initialize() and CleanUp() (similar to what you do with Graphics library).

  • Finish loading audio files from disk, including decoding compressed file types.

You can call Load() from cMusic class (similar to what you do with your mesh/effect representation).

  • Finish playing sound/stopping sound.

You can call Play()/Stop().

10 views0 comments

Recent Posts

See All

Audio Project v1.0

Downloadable See How to use it? for more information. What does the project do? This audio project is based on Windows XAudio2 library....

Comments


bottom of page