AILoud¶
Transcribe audio and video into a local library. Search it, summarise it, keep the reports.
Everything runs on your machine. Speech-to-text is local. Summaries can be local too, or use Claude or OpenAI if you prefer.
ailoud audio import ./recordings --tag standup
ailoud audio transcribe
ailoud audio search "rollback"
ailoud audio summarize ID001 --template one-on-one
Start here¶
- Getting Started -- install it, transcribe your first file.
- Recordings -- import, transcribe, tag, annotate.
- Search -- find where something was said.
- Summaries -- make reports and read them back.
- MCP -- let an agent use your library.
What it is good at¶
| You want | Use |
|---|---|
| A meeting turned into text | ailoud audio transcribe |
| To find one sentence in 40 hours of audio | ailoud audio search |
| Notes from a 1:1, shaped like 1:1 notes | --template one-on-one |
| Two languages in one recording | --lang ru,en |
| Who said what | --diarize |
| An agent to answer questions about your recordings | MCP |