memcode docs
AgentsExamples

Voice-note capture

Speak a task into your phone; it lands in your project's todo list.

Walking somewhere and remember a thing? Send the bot a voice note — "add migrating the billing webhook to my todos" — and it's transcribed, understood, and recorded in the project. No app-switching, no typing.

What you need

  • A channel that carries voice notes: Telegram, WhatsApp, Signal, or email attachments
  • An OpenAI or Gemini key on the gateway machine for transcription

How it behaves

The transcript becomes the task, so anything you can type you can say: capture todos, ask questions, kick off work. If you want replies spoken back, set the channel to answer voice with voice:

channels:
  telegram:
    voice_replies: in_kind

Code blocks are never read aloud, and every voice reply includes the full text too.

On this page