Fxsound make my activex problem for L/R Audio

I made a media player application from C#.net with Viscomsoft Activex

when i installed fxsound, the viscomsoft activex installed in my app didn’t work properly.
especially when changing audio channels from left to right or vice versa,
I assume there is a DLL crash between viscomsoft and fxsound

Here’s a short snippet of my application code when changing from left to right audio channel

//left channel
player.volumeaudiochannel = 0;
//right channel
player.volumeaudiochannel = 1;
//stereo channel
player.volumeaudiochannel = 2;

1 Like

maybe i can get old version of fxsound it really help

1 Like

There’s a link to a website where you can find free downloads of all previous versions under point zero of the troubleshooting list at the top of the forum.

1 Like

UPDATE my activex work well with fxsound 1.1.18 version

1 Like