organize audio and intelligence modules

This commit is contained in:
talksik
2025-07-27 14:47:41 -07:00
parent c93267c9ee
commit 9ca1f8273c
8 changed files with 185 additions and 153 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -g
TARGET = audio_capture
SRC = audio_capture.c deepgram_client.c utils.c
TARGET = main
SRC = main.c deepgram_client.c utils.c intelligence.c audio.c
LIBS = -lavdevice -lavformat -lavcodec -lavutil -lasound -lcurl
$(TARGET): $(SRC)