cpyburn

Results 3 comments of cpyburn

> The `SoundStreamInstance` class is designed to stream content from XACT WaveBanks, so that class will only support what XACT did: PCM, ADPCM, xWMA, and XMA2 (Xbox only). > >...

Hey Chuck, I was about to give this a shot. I see that you posted some helpful links previously but haven't gotten around to the documentation. Just curious if this...

Here is a working sample if you wanted to load it up. ```c++ #include using namespace std; #include #include "cereal/archives/portable_binary.hpp" #include "cereal/types/string.hpp" #include "cereal/external/base64.hpp" using namespace cereal::base64; #include class Test...