Jump to content

Reverb sound


Nebula

Recommended Posts

After digging around, I almost came to a solution ... but ... almost

I used the script

	sound 01. Song without words
	{
		category = Player,
		clip
		{
			file = media/sound/01.Song-without-words.ogg,
			distanceMin = 0,
			distanceMax = 0,
			reverbMaxRange = 0,
			reverbFactor = 0,
		}
	}

This works - when the sound is played from the recipe script.

But when I use play audio from code it doesn't work as expected.

 

To play sound I am using:
getSoundManager():PlaySound(sound_song, false, volume);

 

But that still doesn't work as expected.

The sound continues to change its reverb as it moves from room to room, with very strong echoes in the bathroom.

 

spacer.png
 

Developers, please help with a solution.

Edited by Nebula
Link to comment
Share on other sites

  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...