Commit Graph

4 Commits

Author SHA1 Message Date
5ac02af171 Add ggwave guessing game demo
Phone UI sends number guesses via ggwave audio chirps through the air,
server decodes from mic, responds with Higher/Lower via SSE + audio.
Includes loopback audio test on startup, QR code for phone, stepped
terminal UX, chunked victory message, and timeout error handling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 09:57:48 -07:00
9c20ce7d9c Add README with project context and link from CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 19:16:56 -07:00
8e3179f7d3 Add ggwave audio calculator POC and documentation
Includes a working Bun server and iOS Safari calculator UI that uses data-over-sound
encoding/decoding via the ggwave library. Phone encodes expressions as audible chirps,
Mac server decodes via microphone, evaluates, and sends result back via SSE. Tested
reliably with ambient noise using Studio Display microphone.

Includes gotchas documentation covering iOS audio, macOS mic permissions, WASM heap,
and sample rate requirements.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-11 19:08:51 -07:00
18b08aeba2 init 2026-03-11 14:06:19 -07:00