Add ExecuWhisper macOS app for low-latency on-device Parakeet dictation#232
Open
seyeong-han wants to merge 2 commits intometa-pytorch:mainfrom
Open
Add ExecuWhisper macOS app for low-latency on-device Parakeet dictation#232seyeong-han wants to merge 2 commits intometa-pytorch:mainfrom
seyeong-han wants to merge 2 commits intometa-pytorch:mainfrom
Conversation
Package the warm-helper Parakeet Metal workflow into a native macOS app with dictation, history, snippets, export, and build scripts so it can be tested and shared outside the CLI. Made-with: Cursor
Replace AVCaptureSession-based mic capture with AVAudioEngine, which captures in the hardware's native format and normalizes offline via ImportedAudioDecoder. This eliminates per-chunk AVAudioConverter churn and format ambiguity that caused garbled transcriptions on short utterances. Temp capture files are cleaned up after normalization. Remove the snippets feature (trigger-phrase text expansion) since the Parakeet model's multilingual decoder produces unreliable results for short dictated phrases. Remove Snippet model, SnippetStore, sidebar page, management view, and all snippet wiring from TextPipeline and TranscriptStore. Add macOS app icon assets from Voxtral Realtime. Remove debug WAV dump code that was used during the recording quality investigation. Co-authored-by: Claude <noreply@anthropic.com> Made-with: Cursor
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ExecuWhisper, a native macOS app for on-device Parakeet transcription with manual recording and batch dictation flows.parakeet_helperpath so repeated dictation requests do not relaunch the model, reload weights, or pay cold-start latency on everyCtrl+Spacesession.Why the helper matters
Dependencies
parakeet_helperbinary and sharedParakeetTranscriberthat this app builds againstTest plan
xcodebuild -project "ExecuWhisper.xcodeproj" -scheme "ExecuWhisper" -derivedDataPath build -destination 'platform=macOS' -only-testing:ExecuWhisperTests testKnown issue
ImportedAudioDecoderTests.decodeAudioFileNormalizesWavToFloat32Mono16kPCMwithCould not decode audio frames from the file.