Hey Simon.
Thanks.
The Tape recorder is supposed to record the output of the Master Bus of the Game.
Then it should instantly be possible to scrub through the recording, or rewind it.
I guess the recording part is doable with AK::SoundEngine::StartOutputCapture()...
However, since it's not possible to play backwards, after each recording, i would have to generate a reversed version of the newly recorded file and wait for the conversion to finish before i am able to scrub and rewind ?
Would that be the way to go, or can you think of a better way to achieve the desired effect?
Cheers,
Milan