Hi all,
I need to create a voice like this:
XAUDIO2_VOICE_STATE::SamplesPlayed = XAUDIO2_BUFFER::PlayBegin;
Is that possible? Can I manipulate an IXAudio2SourceVoice like that?
Or maybe even better,
is there a way to get the sample (within the current buffer) the voice is at?
Or is there a way to "reset" a ...