Home   Help Search Login Register  

Author Topic: Radio sound loudness  (Read 913 times)

0 Members and 1 Guest are viewing this topic.

Robinhansen

  • Guest
Radio sound loudness
« on: 06 Feb 2004, 00:17:11 »
My radio sounds is a bit too loud. How do I turn down the volume? ???

GrimMonkey

  • Guest
Re:Radio sound loudness
« Reply #1 on: 06 Feb 2004, 00:59:50 »
Code: [Select]
x SoundVolume yx= how long it takes to reach new level, 0 is instant
y= volume level to send to, default is 0.5


Beware the GrimMonkey

Robinhansen

  • Guest
Re:Radio sound loudness
« Reply #2 on: 07 Feb 2004, 14:32:42 »
 ???

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Radio sound loudness
« Reply #3 on: 07 Feb 2004, 14:41:01 »
SoundVolume just checks the current sound volume.

From the Comref:

soundVolume
Type of returned value:
    Number
Description:
    Check current sound volume (set by setsoundvolume)


Now I don't know about setsoundvolume, possibly it is a config parameter.

Rip apart some sound configs to see.


Planck
I know a little about a lot, and a lot about a little.

GrimMonkey

  • Guest
Re:Radio sound loudness
« Reply #4 on: 07 Feb 2004, 18:59:02 »
Code: [Select]
x FadeSound y

x= how long it takes to reach new volume level, 0 is instantly, 1 is in 1 second
y= volume level to send to, default is 0.5

I don't think there is a setSoundVolume, the above works just fine for me.


Beware the GrimMonkey