From c8c5a204887bf7f154d8a345ee6ee8f627f3adf9 Mon Sep 17 00:00:00 2001 From: Luke Harries Date: Sat, 5 Apr 2025 22:51:08 +0100 Subject: [PATCH] clean up readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f69e9e5..1fbfcc9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Here's an example of what you can do when it's connected to Claude. - Python 3.6+ - Anthropic Claude Desktop app (or Cursor) - UV (Python package manager), install with `curl -LsSf https://astral.sh/uv/install.sh | sh` -- **FFmpeg** (_optional_) - Only needed for audio messages. If you want to send audio files as playable WhatsApp voice messages, they must be in `.ogg` Opus format. With FFmpeg installed, the MCP server will automatically convert non-Opus audio files. Without FFmpeg, you can still send raw audio files using the `send_file` tool. +- FFmpeg (_optional_) - Only needed for audio messages. If you want to send audio files as playable WhatsApp voice messages, they must be in `.ogg` Opus format. With FFmpeg installed, the MCP server will automatically convert non-Opus audio files. Without FFmpeg, you can still send raw audio files using the `send_file` tool. ### Steps