How to set audio channel smoothly
Posted: 02 Jan 2015 19:34
Hello
I'm using Delphi XE
How to set audio channel smoothly from left to right or to stereo wthout mute sound for a second.
Regard
I'm using Delphi XE
Code: Select all
PasLibVlcPlayer1.SetAudioChannel(libvlc_AudioChannel_Left);
Regard