Winamp clone using SDL2
Go to file
Evan Burkey bf9b5580e0 implement AudioStream and volume 2023-01-19 12:03:57 -08:00
.gitignore init 2023-01-11 14:58:17 -08:00
LICENSE init 2023-01-11 14:58:17 -08:00
Makefile implement AudioStream and volume 2023-01-19 12:03:57 -08:00
README.md init 2023-01-11 14:58:17 -08:00
sdlamp.c implement AudioStream and volume 2023-01-19 12:03:57 -08:00

README.md

sdlamp

A Winamp clone using SDL2. Based off Ryan Gordon's SDL tutorial video series