Page 1 of 1

Pan property in TLiveAudioPlayer needed

PostPosted: August 3rd, 2006, 3:53 pm
by stfine
I need a Pan property to be implemented in TLiveAudioPlayer. Can I kindly ask you to do it?

PostPosted: August 4th, 2006, 12:02 pm
by Kambiz
TLiveAudioPlayer as its name indicates doesn't store audio, therefore there's no sense to have such a feature.

PostPosted: August 4th, 2006, 2:17 pm
by stfine
It is so, but I don't understand your point of view. TLiveAudioPlayer does have a Volume property which makes it possible to adjust playback level. I need to adjust playback pan too. (For example, to send the sound more to the left channel that to the right one).

PostPosted: August 4th, 2006, 4:49 pm
by Kambiz
Oops! I misunderstood your question, sorry.

Components of the Wave Audio package do not distinguish between right and left channels. However, you can use waveOutSetVolume API to set right and left volumes separately.

In the next release, I'll add the Pan property.

Thank you.