Agreed, this appears to be a bug. Either that or it is intentional as Goom can crash. One should be able to set a default visualization by going to e.g. (using the simple preferences):
Tools >> Preferences... >> Audio
And selecting e.g. "Goom" from the "Visualization" drop-down box, however only "Default" is an option in the drop-down box.
Assuming it is a bug, if Goom works for you (test it out by playing an audio file and going to "Audio >> Visualizations >> Goom") and you want to set it as default you can manually edit the vlcrc file.
To do this, close all instances of VLC, and go to (enter into the Windows Explorer address bar and press Enter):
%appdata%
Open the "vlc" folder. In there there should be a vlcrc text file. Open that in you favourite text editor, and do a search for "audio-visual".
You should find something like this:
Code: Select all
# Audio visualizations (string)
#audio-visual=
Remove the comment flag (#) and, for Goom, write goom such that it reads:
Code: Select all
# Audio visualizations (string)
audio-visual=goom
Save the file, and open an audio file in VLC. It should start with the Goom visualization.
Cheers, Arite.