Play Sound from the middle

Monkey Targets Forums/Desktop/Play Sound from the middle

Steamsquid(Posted 2017) [#1]
Hey Monkey-Xers!

Because there is no possibility to play a sound not from the beginning with mojo.audio, I wondered if it is maybe otherwise possible to do that.
Do you have any ideas (or know a module which supports this function)?

I have just one unsatisfying solution: It's probably possible if you use "StopChannel" and "ResumeChannel" at the right points, but you always have to let the beginning play until the point you wanna pause is reached,

Edit: I have checked mojo.audio and was looking for some solution with OpenAL, but the functions of OpenAL work exactly the same like thos in monkey. Its possible to pause and resume a channel, but not to play it beginning in the middle...