Hi everyone, I need to change tune and/or speed of audio files for my work (I'm music teatcher, and for some singers, I need to transpose the file and/or change the speed)... Do you know a plugin for vlc to do that ? As I work under xp and linux, I would use this wonderful player and not another (f...
Greetings.. I have just entered scripting after a long year of using VLC I'm using ActiveX to control media files using VB.NET and have encountered lots of "Error HRESULT E_FAIL has been returned from a call to a COM component" without further explanation. Here are some of them that I've f...
Hey.. it works.. Dim lOption() As String = {":sout-mono-channel=0"} vlc.playlist.add(url,"A", lOption) vlc.playlist.play() vlc.audio.channel = 3 does prompt for exception when executing vlc.audio.channel = 3 but if i put the code: Private Sub ChangeToolStripMenuItem_Click(ByVal s...