Update#1 on Audio Project
- 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().




Comments