8870741c3e
* capture audio with alsa * add brainstorm thoughts * use basecamp project for managing this project * add libcurl basic example * write pcm data to file * transcribe audio file with deepgram * transcribe raw audio * hit anthropic API for ai question * 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. * organize audio and intelligence modules * organize header files into include directory * docs: add readme * docs: explain future work * docs: add disclaimer about hardcoded audio params
17 lines
434 B
JSON
17 lines
434 B
JSON
[
|
|
{
|
|
"arguments": [
|
|
"/usr/bin/gcc",
|
|
"-c",
|
|
"-Wall",
|
|
"-g",
|
|
"-o",
|
|
"audio_capture",
|
|
"audio_capture.c"
|
|
],
|
|
"directory": "/home/talksik/Documents/research_and_development/ai-conversation",
|
|
"file": "/home/talksik/Documents/research_and_development/ai-conversation/audio_capture.c",
|
|
"output": "/home/talksik/Documents/research_and_development/ai-conversation/audio_capture"
|
|
}
|
|
]
|