Friday, June 1, 2012

[Action Script] How to change a NetStream.SoundTransform's volume without altering the audio quality? June,2012

For changing the volume, apparently this doesn't work:

Code: ns.soundTransform.volume = nLevelHowever something more like this apparently does:

Code: ns.soundTransform = new SoundTransform(nLevel)The problem? Creating a new object like in the second snippet is apparently altering the audio quality, as well as the volume. I just want to change the volume. How can this be done? Thanks!
How to change a NetStream.SoundTransform's volume without altering the audio quality?

Related Post



0 comments: