Skip to content

Commit d4af8bc

Browse files
committed
fix: improve README clarity and formatting
1 parent 7cdad1e commit d4af8bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Full voice pipeline: capture audio, transcribe with whisper.cpp, send to Ollama,
124124

125125
mcp-listen uses [decibri](https://decibri.dev) for cross-platform microphone capture. No ffmpeg, no SoX, no system audio tools required. Pre-built native binaries with zero setup.
126126

127-
Audio is captured as 16-bit PCM at 16kHz mono -- the standard format for speech-to-text engines.
127+
Audio is captured as 16-bit PCM at 16kHz mono, the standard format for speech-to-text engines.
128128

129129
The `voice_query` tool replicates the pipeline from [voxagent](https://voxagent.run): capture audio, transcribe locally with whisper.cpp, and send to a local Ollama LLM. Fully offline, nothing leaves your machine.
130130

@@ -155,11 +155,11 @@ The model is ~150MB and downloads once. You can also set the `WHISPER_MODEL_PATH
155155

156156
## Powered By
157157

158-
- [decibri](https://decibri.dev) -- Cross-platform microphone capture for Node.js
159-
- [voxagent](https://voxagent.run) -- Voice-powered terminal agent (inspiration for the voice_query pipeline)
158+
- [decibri](https://decibri.dev): Cross-platform microphone capture for Node.js
159+
- [voxagent](https://voxagent.run): Voice-powered terminal agent (inspiration for the voice_query pipeline)
160160

161161
## License
162162

163-
Apache-2.0 -- see [LICENSE](LICENSE)
163+
Apache-2.0. See [LICENSE](LICENSE) for details.
164164

165165
Copyright 2026 [Analytics in Motion](https://www.analyticsinmotion.com)

0 commit comments

Comments
 (0)