Want to play mp3s and visualize the audio in the terminal? Use mp3-viz!!
mp3-viz requires mpg321 to run. Install it with apt install mpg321
Simply run gcc main.c -o mp3-viz
to compile the binary.
Then run ./mp3-viz sample-audio.mp3
to test it.
Want to play mp3s and visualize the audio in the terminal? Use mp3-viz!!
mp3-viz requires mpg321 to run. Install it with apt install mpg321
Simply run gcc main.c -o mp3-viz
to compile the binary.
Then run ./mp3-viz sample-audio.mp3
to test it.