Hi, I got a few questions about XACT waves which I'm not too sure about.
Does a IXACT3Wave need to be in XACT_STATE_PREPARED in order to be played?
The docs simply say "Starts the playback for the wave."
I get XACTENGINE_E_INVALIDUSAGE in case I try to play a wave that hasn't been prepared first or which is in state XACT_STATE_STOPPED.
Do I create several instances of a wave with the IXACT3WaveBank::Prepare() call?