Jake Shore
de1c1e51aa
Add hybrid streaming transcription for improved accuracy
...
- Implement real-time streaming preview using Parakeet EOU (160ms chunks)
- Add batch transcription on completion for accurate final result
- Prefer Whisper large-v3-turbo (2.7% WER) over Parakeet (6.05% WER) when available
- Remove audio preprocessing that hurts ASR accuracy (gain control, noise reduction)
- Add streaming audio callback support in Recorder and CoreAudioRecorder
- Raw audio passthrough - SDK handles resampling internally
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 07:35:53 -05:00
Beingpax
05cc14ab6c
Enable clipboard restoration by default with 1 second delay
2026-01-12 09:33:37 +05:45
Beingpax
baae439aae
Preserve transcription in clipboard by default, add restore option with configurable delay
2025-12-07 15:24:10 +05:45
Beingpax
b754f39d89
Remove text formatting during Paste operation
2025-12-04 19:06:20 +05:45
Beingpax
ac1a85c056
Improved text formatting during paste operation
2025-11-28 20:39:43 +05:45
Beingpax
1e612d9987
Support org.nspasteboard conventions for transient clipboard handlin
2025-11-28 13:03:30 +05:45
Beingpax
7feef2b374
Add transient marker and fix clipboard race condition
2025-11-18 15:14:09 +05:45
Beingpax
c06e74ec89
Preserve transcript history in Clipboard.
2025-08-11 09:54:52 +05:45
Beingpax
99e95bedf5
Increase the time.
2025-08-10 14:57:21 +05:45
Beingpax
1ecb3dded9
Remove clipboard removal for transcripts
2025-08-10 14:49:57 +05:45
Beingpax
0c517c728b
Improved cursorpaster with clipboard restoration
2025-08-08 20:56:54 +05:45
Beingpax
99dfb74490
Adjust clipboard restoration delay to 600ms
2025-08-02 00:50:06 +05:45
Beingpax
a0008de55d
Revert "Clipboard logic and naming update"
...
This reverts commit 9d2c61808f088fa0b3a4696c6ed1165db59b5491.
2025-07-25 10:51:23 +05:45
Beingpax
9d2c61808f
Clipboard logic and naming update
2025-07-25 10:48:55 +05:45
Beingpax
1068dea78f
feat: Added Auto Enter option in Power Mode
2025-07-17 21:09:38 +05:45
Beingpax
05806f4248
Add transcription fallback system for paste failures
2025-06-30 18:23:24 +05:45
Beingpax
41af16597b
Remove aggressive accessibility permission blocks
2025-06-22 23:41:32 +05:45
Beingpax
bced13315d
Fix clipboard auto-copy logic
2025-06-16 00:40:21 +05:45
Beingpax
7781ecc19b
Improve AI trigger words and retry logic
2025-05-29 09:38:49 +05:45
Beingpax
d659ee8a3d
Fixed paste operation error
2025-05-28 21:35:30 +05:45
Beingpax
c0de5b3d89
Fix clipboard preservation issue for images/screenshots
2025-05-26 15:07:18 +05:45
Beingpax
e77ecb12c7
Fix compiler warnings and update deprecated API.
2025-05-15 16:10:52 +05:45
Beingpax
f6dfad00ae
Update Xcode project build settings
2025-03-20 17:13:00 +05:45
Beingpax
f33de6b5a8
fix: maintain cancellation state until cleanup is complete to prevent unwanted sound playback
2025-03-06 20:26:20 +05:45
Beingpax
413d11b00b
Improve clipboard handling and reorder paste operations
2025-03-03 14:30:53 +05:45
Beingpax
9e5bb56242
refactor: improve clipboard management and reliability
...
- Centralize clipboard operations through ClipboardManager
- Remove iOS-specific code
- Improve error handling and user feedback
- Make clipboard restoration non-blocking
- Add proper success/failure status for clipboard operations
- Increase error message visibility duration
- Use background queue for clipboard restoration
2025-03-02 17:36:35 +05:45
Beingpax
76a154706c
Initial commit: Open-sourcing VoiceInk
2025-02-22 11:52:41 +05:45