Expand my Community achievements bar.

Pump up the volume

Avatar

Level 3

I did

            audioSub.setLocalVolume(1);

but it's still not loud enoug relative to windows volume and other apps.

is there any other way to increase LocalVolume other than

     audioPub.gain = nGain;

on the other side (and going to a metal concert ;)?

Henry

2 Replies

Avatar

Former Community Member

Hmm.. Have you done anything with the Flash player volume on the receiving

end? In general, our experience with the volume is that it's pretty durn

loud.

nigel

Avatar

Level 3

oh, the Flash player has its own volume control? how can I adjust it from code?

this

            var transform:SoundTransform = channel.soundTransform;
            transform.volume = 0.1;

is working just fine.

But the AudioSubscriber volume is just too weak.