implement AudioStream and volume

This commit is contained in:
2023-01-19 12:03:57 -08:00
parent 2111478773
commit bf9b5580e0
2 changed files with 112 additions and 34 deletions

View File

@ -1,4 +1,4 @@
CC_SDL=`sdl2-config --cflags --libs`
all:
cc *.c -o sdlamp -std=c11 $(CC_SDL)
cc *.c -o sdlamp -std=c11 $(CC_SDL) -Wall