conversation
- ~~input capture
- ~~text based input
- ~~shared doc
- ~~use webhook service to capture data and send to LLM
- voice based input (speech to text tools)
- whisper-stt
- vosk-stt
- deepspeech-stt (no longer actively supported, but could fine-tune)
- storing inputs
- Use a local database (e.g., SQLite or PostgreSQL) to log conversations.
- Implement a timestamped message queue to track dialogue progression
- ~~text based input
- processing
- user interface
Real time interjections and interactions
voice-activity-detection (VAD)
[speaker-diarisation]
Revision history
7 revisions
The revisions below show how this note has changed over time.
title: Conversation title: conversation
title: Conversation permalink: /notes/conversation/ visibility: public description: "1. ~~input capture\n\t- ~~text based input\n\t\t- ~~shared doc\n\t\t- ~~use webhook service to capture data and send to LLM\n\t- voice based input (speech to text tools)\n" updated: '2025-10-20T22:34:14.436Z'
{"dg-publish":true,"permalink":"/published/conversation/","noteIcon":""} dg-publish: true - ~~use [[unpublished/webhook\|webhook]] service to capture data and send to LLM - ~~use [[webhook]] service to capture data and send to LLM - [[unpublished/whisper-stt\|whisper-stt]] - [[unpublished/vosk-stt\|vosk-stt]] - [[published/deepspeech-stt\|deepspeech-stt]] (no longer actively supported, but could fine-tune) - [[whisper-stt]] - [[vosk-stt]] - [[deepspeech-stt]] (no longer actively supported, but could fine-tune) [[unpublished/voice-activity-detection\|voice-activity-detection]] (VAD) [[voice-activity-detection]] (VAD)
title: 1. ~~input capture
[[voice-activity-detection\|voice-activity-detection]] (VAD) [[unpublished/voice-activity-detection\|voice-activity-detection]] (VAD)
{"dg-publish":true,"permalink":"/published/conversation/"} {"dg-publish":true,"permalink":"/published/conversation/","noteIcon":""}
First version — no previous revision to compare against.