Audio Recorder and Transcriber
âī¸
Configuration
Transcription Mode:
API (OpenAI)
Local (Offline)
OpenAI API Key:
Whisper Model:
{{ model.name }} ({{ model.size }})
{{ getModelDescription(selectedModel) }}
â Model loaded and ready
đž Save Settings
Downloading Model...
{{ item.file }}
{{ Math.round(item.progress) }}%
Transcribing Audio...
Progress: {{ transcribeProgress.processedChunks }}/{{ transcribeProgress.totalChunks }} chunks
{{ Math.round(transcribeProgress.progress) }}%
"{{ transcribeProgress.partialText }}"
đī¸ Start Recording
âšī¸ Stop Recording
{{ status }}
Recordings
Recording {{ index + 1 }}
âļī¸ Play
â¸ī¸ Pause
âšī¸ Stop
đī¸ Remove
đ Transcribe
Recorded: {{ new Date(recording.timestamp).toLocaleString() }}
Transcription:
{{ recording.transcription }}