System overview
- AUDIO
- TRANSCRIPTION
- LANGUAGE PROCESSING
- QUESTION ROUTING
- LOCAL AI
SYSTEM 07
REAL-TIME SPEECH / TRANSLATION / LOCAL AI
Desktop AI assistant for real-time speech transcription, EN-PL translation and local AI-assisted responses.
SYSTEM IDENTITY
SYSTEM IDWHISPER-AI-07
STATUSWORKING PROTOTYPE
TYPESPEECH / TRANSLATION / LOCAL AI
Real-time desktop speech pipeline combining transcription, translation, question routing and a local language model.
01 / OVERVIEW
The system captures speech from microphone or system audio input and turns it into structured textual context in near real-time.
Core local flow is: AUDIO to TRANSCRIPTION to LANGUAGE PROCESSING to QUESTION ROUTING to LOCAL AI.
System overview
02 / USE CASES
UC-01
Capture microphone audio and turn speech into near-real-time transcript segments.
UC-02
Route desktop loopback audio through the same local speech pipeline.
UC-03
Process speech through an English and Polish translation workflow.
UC-04
Detect complete spoken questions before assembling context for the assistant.
UC-05
Send question and context to a local Qwen model with streaming and cancellation control.
03 / AUDIO INPUT
The assistant can accept two local sources and keep them in short timestamped segments before transcription.
Speech signal map
SEG-01
MICROPHONE
local capture channel
SEG-02
SYSTEM AUDIO / LOOPBACK
desktop audio channel
Input chain
04 / SPEECH PIPELINE
The speech flow starts by segmenting local audio, then passes every segment through Whisper and produces transcript output.
Speech processing
Transcript branching
TRANSLATION PATH
EN - PL translation can be built through a local CTranslate2 pipeline using Hugging Face models.
A separate manual translation workflow is also available.
QUESTION PATH
Transcript may also be routed directly for question analysis and assistant flow.
This branch prepares context for response composition and local model handoff.
TRANSLATION IS OPTIONAL IN THE PIPELINE
05 / QUESTION ROUTING
Question detection is treated as a routing step before local model invocation.
Question routing chain
The system marks incoming text as question-intent when the route condition matches.
Parsed sentence is verified and prepared as a full request signal.
The question content is extracted from the transcript and prepared for downstream context assembly.
06 / LOCAL AI ASSISTANT
For question-ready transcripts, the assistant builds a request from complete question, conversation context and user context, then generates output through a local language model.
Local assistant flow
07 / TECH STACK
08 / STATUS
SYSTEM ID WHISPER-AI-07
STATE WORKING PROTOTYPE
DEPTH REAL-TIME SPEECH + LOCAL AI SYSTEM