docs: add disclaimer about hardcoded audio params

This commit is contained in:
talksik
2025-07-27 15:02:41 -07:00
parent 12a8543564
commit 70a36a329c
+4 -1
View File
@@ -11,7 +11,7 @@ This simple program:
6. Quits. _There is no conversational loop at the time of this writing._
## Requirements
Platform: the project is meant for Linux, specifically Ubuntu desktop.
Platform: the project is meant for Linux x64. It was successfully run on arch linux, with no guarantees otherwise.
* libcurl
* build-essential
@@ -27,5 +27,8 @@ make
./main
```
## Audio configuration
Please see the `audio.h` and `audio.c` as the params for alsa were hardcoded based on my local arch linux x64 machine. You may have to adjust it based on your setup (e.g. you may have a mic with 2 channels/stereo, which would change the size of each frame).
## Future work
Add an event loop, maybe add multi-threading, so that we can interrupt the AI, ask follow-up questions, and make it sound like a back and forth conversation.