capture audio with alsa

This commit is contained in:
talksik
2025-07-13 11:52:09 -07:00
parent 57133f3d2c
commit 5abbeb5dcd
5 changed files with 154 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Conversation
This proof of concept is for implementing conversational loop with AI at a low level.
- [x] Capture audio
- [ ] Use deepgram for live transcription
- [ ] Detect final speech/turn detection
- [ ] AI answer -> text
- [ ] Text -> generated voice with deepgram
- [ ] Playback on client side
## Requirements
Platform: the project is meant for Linux, specifically Ubuntu desktop.