MCPcopy Index your code
hub / github.com/arcana6264/whisper_desktop

github.com/arcana6264/whisper_desktop @v2.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0.1 ↗ · + Follow
103 symbols 194 edges 20 files 14 documented · 14%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Whisper Desktop

A desktop application for OpenAI's Whisper speech recognition model with a clean UI for transcribing audio files and realtime audio capture.

Usage

1. Download Models

Create a models folder next to the executable and download Whisper model files (.bin format): - Please download the models follow the instructions at ggml-org/whisper.cpp

Build

Please first build ggml-org/whisper.cpp

Then set the environment variable WHISPER_ROOT to the cmake install dir or place the cmake install files at ../whisper

Extension points exported contracts — how you extend this code

OutputFormatter (Interface)
(no doc) [3 implementers]
ui/src/formats.rs

Core symbols most depended-on inside this repo

load_and_resample_audio
called by 9
whisper/src/audio.rs
with_silent
called by 9
whisper/src/params.rs
process_audio
called by 7
whisper/src/context.rs
with_gpu
called by 5
whisper/src/params.rs
get_status
called by 5
ui/src/realtime.rs
show
called by 5
ui/src/pages/settings_page.rs
format
called by 4
ui/src/formats.rs
apply_to_c_params
called by 2
whisper/src/params.rs

Shape

Method 57
Class 20
Function 18
Enum 7
Interface 1

Languages

Rust100%

Modules by API surface

whisper/src/params.rs16 symbols
ui/src/realtime.rs13 symbols
whisper/src/tests.rs8 symbols
whisper/src/context.rs8 symbols
ui/src/pages/realtime_page.rs8 symbols
ui/src/transcribe.rs7 symbols
ui/src/formats.rs7 symbols
ui/src/config.rs7 symbols
ui/src/app.rs7 symbols
ui/src/pages/transcribe_page.rs5 symbols
whisper/src/audio.rs4 symbols
ui/src/model.rs4 symbols

For agents

$ claude mcp add whisper_desktop \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page