add captions log on the workspace

This commit is contained in:
Adolfo Reyna
2026-03-03 12:40:16 -05:00
parent 3cc57e71a1
commit 3067fee25e
6 changed files with 5881 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ MAX_BUFFER_SECONDS = 15
CONTEXT_CHARS = 500 # How much previous text to keep for context
WORKSPACE_DIR = "workspace"
LOGS_DIR = "logs"
LOGS_DIR = os.path.join(WORKSPACE_DIR, "transcription")
SOUL_PATH = "soul.md"
SYSTEM_SOUND = "/System/Library/Sounds/Tink.aiff"
FOLLOW_UP_SOUND = "/System/Library/Sounds/Submarine.aiff"