top of page
  • Grey Facebook Icon
  • Grey Instagram Icon
  • LinkedIn

Update#1 on Audio Project

  • Writer: wu iris
    wu iris
  • Nov 4, 2020
  • 1 min read

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().

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....

 
 
 

Komentarze


© 2020 by Yuhan Wu.

 Proudly created with Wix.com

bottom of page