gituser12981u2 / audio_visualizer

A janky, yet charming terminal-based audio visualizer
MIT License
1 stars 1 forks source link

Implement hot-switching, threading per visualization, and better logging #25

Closed gituser12981u2 closed 5 months ago

gituser12981u2 commented 5 months ago

Hot-Switching Capability: Implemented a mechanism to switch visualization modes not he fly using keyboard inputs. This feature leverages threading to ensure that mode changes are handled smoothly without interrupting the audio stream.

Logging Improvements: Overhauled the logging system to provide detailed debug outputs and operational logs in the debug.log file. The logging setup not directs into-level logs to the file, keeping the console output clean and focused on critical warnings and errors only.