Frictional Games Forum (read-only)

Full Version: How to slow the speed of sounds?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my custom story i have a place, with footsteps, but i think it is going too fast. Is there any way i can slow down the speed? In the SNT file?
I don't think so, get Audacity and edit it.
FadeGlobalSoundSpeed(0.5, 3);

0.5 = speed the sound will be played the lower the slower -> ALL SOUNDSIN THE GAME , EXCEPT .ogg
3 = time the sounds\engine need to make it happen!
-
Try this it may help you out!
That's the right script.
But he wants to edit the file, not all sounds.
Get audacity in this case Tongue
(09-15-2013, 05:20 PM)Hardarm Wrote: [ -> ]But he wants to edit the file, not all sounds.
Get audacity in this case Tongue
Ohh.. :p sorry!
Just thought this could help him! anyway i think that is COOL tho Wink
If he hasn't gotit to work yet he could try YOUR Ausacity program.
There are 100 of them indeed.

For what he wants , NOT possible!
Only if he is changing the sound in another program.
Hi to all, been away from a while.

I have this Mine, where all the people are dead. To get this haunted feeling for the player. I set some sounds where I took: Walk_dirt and placed it so it sound like they are walking beside you. The problem is the tempo on the sound, because in the SNT file, I set the Loop to True, so the footsteps repeat them self. But when I go into this Mine it sounds like Soldiers who is marching between each other, I only wanted the sound to be set down in tempo, and really wished that I could fix that in the SNT file, but it looks like I cannot. But thanks for the help! Big Grin



SORRY MY GRAMMAR! Smile
(09-20-2013, 04:51 PM)Pandachoko Wrote: [ -> ]Hi to all, been away from a while.

I have this Mine, where all the people are dead. To get this haunted feeling for the player. I set some sounds where I took: Walk_dirt and placed it so it sound like they are walking beside you. The problem is the tempo on the sound, because in the SNT file, I set the Loop to True, so the footsteps repeat them self. But when I go into this Mine it sounds like Soldiers who is marching between each other, I only wanted the sound to be set down in tempo, and really wished that I could fix that in the SNT file, but it looks like I cannot. But thanks for the help! Big Grin



SORRY MY GRAMMAR! Smile

Use your audio editor program (like Audacity or whatever) to edit the fastness/tempo of the audio.
I'm gonna try that out then Big Grin