Game Development Community

Sound [play pause seek

by Ali Khan · in Torque Game Engine · 08/25/2006 (2:46 am) · 3 replies

Hi everyone,

I was exploring the Torque sound support for my recently started project. I have been able to play sound effects without much problem. Now I wanted to

1. pause/unpause the audio playback
2. Seek to a position inside the audio track so that I can play the sound from middle

Seeking/Pausing wav audio is not too difficult I presume. I have gone through the Torque sound code and I did not find support for the above.

Is there support for these features in Torque ?

#1
08/25/2006 (5:15 am)
Yes, there is.
#2
08/25/2006 (5:39 am)
Check this resource. This will give you the capability to do it but you have to desing the GUI.
#3
08/28/2006 (5:26 am)
Thanks, the vmplayer resource is great !!