I'm implementing Wwise using the provided CAkDefaultIOHookBlocking (and I tried the file packaging version before that) and I'm having trouble getting streams to work.
I've been scanning through all the documentation I can on this, and based on the example code I feel like I have everything I need to get a simple streamed file to play, but I'm not getting anything. Regular banks still work fine. I see an event being posted in the profiler, and I'm also seeing the Streaming Device has been created. However, I'm trying out 2 events from the same bank, and the one that is streamed is the only one that doesn't play. I made sure to use the Copy Streamed Media tool to bring over the .wem files to the banks directory, same place I set the base path.
I'm not trying to do anything fancy here, I was under the impression that after calling AK::StreamMgr::Create() and CAkDefaultIOHookBlocking::Init(), along with all the default init settings for the other modules and such, that a streamed file should play just by calling PostEvent().
Am I missing something completely obvious? If so, please let me know.