From 8a1b15d6205623698fec8135264133cf87124dd4 Mon Sep 17 00:00:00 2001 From: swairshah Date: Sun, 16 Mar 2025 15:24:49 -0700 Subject: [PATCH] add fastrc with Elecron app example to cookbook (#178) --- docs/cookbook.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/cookbook.md b/docs/cookbook.md index d2dc6aa..60909c4 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -322,4 +322,18 @@ document.querySelectorAll('.tag-button').forEach(button => { [:octicons-code-16: Code](https://huggingface.co/spaces/freddyaboulton/parler-tts-streaming-webrtc/blob/main/app.py) + - :speaking_head:{ .lg .middle } __Talk to Claude - Electron App__ +{: data-tags="audio,electron"} + + --- + + An Electron desktop application that uses FastRTC to enable voice conversations with Claude. + + + + [:octicons-arrow-right-24: Demo](https://github.com/swairshah/voice-agent) + + [:octicons-code-16: Code](https://github.com/swairshah/voice-agent) + +