#1: Pan property in TLiveAudioPlayer needed Author: stfine, Posted: 03/08/06 15:53 I need a Pan property to be implemented in TLiveAudioPlayer. Can I kindly ask you to do it?
#2: Author: Kambiz, Location: Tehran, IranPosted: 04/08/06 12:02 TLiveAudioPlayer as its name indicates doesn't store audio, therefore there's no sense to have such a feature.
#3: Author: stfine, Posted: 04/08/06 14:17 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).
#4: Author: Kambiz, Location: Tehran, IranPosted: 04/08/06 16:49 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.