I'm having a strange problem, I'm using the SoundTransform function to play the sound of an RTMP stream from red5 server only on the left speaker and to lower it's volume with
stream.soundTransform = new SoundTransform (0.5,-1.0);
on Actionscript 3.0, but it is not working...
This is somewhat strange, because for exactly the same code, if instead of the stream I enter an audio flv file or an mp3 file, it works fine, so the SoundTransform
class seems to have no effect on streams.