Page 1 of 1

How to set audio channel smoothly

Posted: 02 Jan 2015 19:34
by tedi_sopyan
Hello

I'm using Delphi XE

Code: Select all

PasLibVlcPlayer1.SetAudioChannel(libvlc_AudioChannel_Left);
How to set audio channel smoothly from left to right or to stereo wthout mute sound for a second.

Regard