More XAudio2 junk.

This commit is contained in:
gibbed
2014-01-13 02:45:18 -08:00
parent 24e857cc03
commit f47ebb5010
2 changed files with 38 additions and 22 deletions

View File

@@ -40,6 +40,7 @@ private:
IXAudio2* audio_;
IXAudio2MasteringVoice* mastering_voice_;
IXAudio2SourceVoice* pcm_voice_;
int active_channels_;
float samples_[1536];
HANDLE wait_handle_;