Hi,
I want audio visualization in my project using python-vlc.
i came to know this command line argument --audio-visual=goom and passed through vlc.Instance() constructor parameter.
It successfully shows the visualization effect. e.g.
But the problem arises when i switch music to a video file.It opens another window along with video playing.
e.g
Hi, I want audio visualization in my project using python-vlc. i came to know this command line argument --audio-visual=goom and passed through vlc.Instance() constructor parameter. It successfully shows the visualization effect. e.g.
But the problem arises when i switch music to a video file.It opens another window along with video playing. e.g
Here is my minimal code
Can anybody help me how to fix this?