This commit is contained in:
2026-07-20 23:18:26 +02:00
parent a2f8c110c4
commit 98d971d92d
13 changed files with 799 additions and 711 deletions
+2 -1
View File
@@ -30,5 +30,6 @@ add_executable(audiocoder
decoder.c
decoder.h
goertzel.c
goertzel.h)
goertzel.h
protocol.h)
target_link_libraries(audiocoder SDL2 SDL2_ttf m)