Description
Describe the bug
The sound visualizer demo is currently not working. There seems to be a need for refactoring code to make it play with a sound broadcaster and also when you try to play it with the simulator, it does not work. Furthermore, the source code has an absolute path that points to sound directories instead of something relative.
To Reproduce
Steps to reproduce the behavior:
- Go to folder with
sss
demo and activate thevenv
- Run
python main -vvvvv demos sound_visualizer -s
- Observe the nothingness that happens.
Expected behavior
A sound should play based on what song is selected by an MQTT web client. This should also be rectified so that if you need to select the song via another controller you can.
Screenshots
N/A
Additional context
This is more of a request for a rewrite to conform to the most recent setup of the SSS rather than letting it run as a standalone demo with an expected controller.