create full flow with stt, anthropic, tts, and playback
This organizes some components like deepgram into own module, and also allows gets the full flow to work every time we run the program.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -g
|
||||
TARGET = audio_capture
|
||||
SRC = audio_capture.c
|
||||
SRC = audio_capture.c deepgram_client.c utils.c
|
||||
LIBS = -lavdevice -lavformat -lavcodec -lavutil -lasound -lcurl
|
||||
|
||||
$(TARGET): $(SRC)
|
||||
|
||||
Reference in New Issue
Block a user