Common Issues
Recording Problems
Recording Doesn’t Start
Symptoms: Hotkey pressed but recording doesn’t begin Solutions:-
Check microphone permissions:
- macOS: System Settings → Privacy & Security → Microphone
- Windows: Settings → Privacy → Microphone
- Ensure VoiceTypr is enabled
-
Verify hotkey isn’t conflicting:
- Open VoiceTypr Settings → Hotkeys
- Try a different key combination
- Avoid keys used by other apps
-
Check if model is downloaded:
- Settings → Models
- Ensure at least one model shows “Downloaded”
- Download a model if needed
- Restart VoiceTypr: Quit completely and relaunch
No Audio Captured
Symptoms: Recording starts but produces empty/silent transcription Solutions:-
Select correct microphone:
- Settings → General → Microphone
- Choose your active input device
- Test microphone in system settings first
-
Check input levels:
- Speak during recording
- Verify microphone icon shows activity
- Increase microphone gain if too quiet
-
Multi-channel microphone issues:
- Some USB mics with 4+ channels may need configuration
- Try a different USB port
- Check manufacturer drivers
-
Recording too short:
- Push-to-Talk: Hold for at least 1 second
- Toggle Mode: Record for at least 3 seconds
- VoiceTypr rejects ultra-short recordings
”Audio Too Quiet” Error
Symptoms: Error message about quiet audio (older versions) Solutions:- Update VoiceTypr: v1.8.0+ removed this validation
- Increase microphone gain in system settings
- Move closer to microphone
- Use a better quality microphone
As of v1.8.0, VoiceTypr no longer rejects “quiet” audio - it normalizes all inputs to optimal levels automatically.
Transcription Issues
Slow Transcription
Symptoms: Long wait time after recording Solutions: For macOS:-
Use smaller models:
- Large/Medium models are slower
- Try Small or Base models
-
Try Parakeet (Apple Silicon only):
- Settings → Models → Parakeet TDT 0.6B v3
- Uses Apple Neural Engine for speed
- Download if not already installed
-
Check Metal acceleration:
- Metal should enable automatically
- Update macOS if on older version
- Check Console.app for Metal errors
- Update graphics drivers (most important!):
-
Verify Vulkan support:
- Check for
C:\Windows\System32\vulkan-1.dll - Update GPU drivers if missing
- Check for
-
Use smaller models:
- Try Tiny or Base for speed
- Larger models require more VRAM/RAM
-
Check GPU detection:
- View logs:
%APPDATA%\com.voicetypr.app\logs - Look for “Using Vulkan GPU backend”
- Falls back to CPU if GPU unavailable
- View logs:
Inaccurate Transcriptions
Symptoms: Wrong words, missing text, or gibberish Solutions:-
Use larger models:
- Small, Medium, or Large have better accuracy
- Trade speed for accuracy
-
Improve recording quality:
- Reduce background noise
- Speak clearly and at normal pace
- Use a better quality microphone
-
Enable AI Enhancement (requires internet):
- Settings → AI Enhancement
- Configure Groq/Gemini/OpenAI API
- Applies grammar fixes and formatting
-
Set language explicitly:
- Settings → General → Language
- Choose your language instead of Auto-detect
- Improves accuracy for non-English languages
Transcription Timeout
Symptoms: “Transcription timed out” error Solutions:- Shorten recordings: Keep under 2-3 minutes
- Use smaller models: Large models timeout on long audio
- Check system resources: Close heavy apps to free RAM
- Update VoiceTypr: Newer versions have better timeout handling
GPU Acceleration Issues
GPU Not Detected (Windows)
Symptoms: Slow performance despite having a GPU Solutions:-
Update graphics drivers first:
- This fixes 90% of GPU issues
- Modern drivers include Vulkan Runtime
- Restart after driver update
-
Verify GPU is dedicated (not integrated):
- Must have 1+ GB VRAM
- Integrated graphics may not support Vulkan
-
Install Vulkan Runtime manually:
- Download Vulkan SDK
- Install runtime components only
- Restart VoiceTypr
-
Check Windows Device Manager:
- Ensure GPU shows without errors
- Update driver via Device Manager if needed
Metal Acceleration Not Working (macOS)
Symptoms: Slower than expected on Mac Solutions:- Update macOS: Metal requires recent OS version
- Check Console.app for Metal errors:
- Filter by “VoiceTypr” process
- Look for Metal initialization errors
- VoiceTypr automatically falls back to CPU if Metal fails
- Try Parakeet (Apple Silicon): Uses Apple Neural Engine instead
VoiceTypr always works even if GPU acceleration fails - it automatically falls back to CPU mode.
Model Download Problems
Download Stalls or Fails
Symptoms: Model download doesn’t complete Solutions:-
Check internet connection:
- Downloads are 75 MB to 2.9 GB
- Stable connection required
-
Check disk space:
- Ensure 5+ GB free
- Models need temporary space during download
-
Retry download:
- Cancel current download
- Click Download again
-
Reset app data (last resort):
- Settings → Advanced → Reset App Data
- Restart VoiceTypr
- Re-download models
Model Download Shows Complete But Not Available
Symptoms: Model shows “Downloaded” but can’t be selected Solutions:-
Check model file integrity:
- macOS:
~/Library/Application Support/com.voicetypr.app/models/ - Windows:
%APPDATA%\com.voicetypr.app\models\ - Delete corrupted files
- macOS:
-
Re-download model:
- Click “Remove” on the model
- Wait for deletion to complete
- Click “Download” again
-
Check logs for errors:
- Settings → Help → View Logs
- Look for model loading errors
Parakeet Model Won’t Download (macOS)
Symptoms: Parakeet download fails or stalls Solutions:-
Verify Apple Silicon Mac:
- Parakeet requires M1/M2/M3+ processor
- Intel Macs cannot use Parakeet models
-
Ensure macOS 13.0+:
- Parakeet requires Ventura or later
- Update macOS if needed
- Check disk space: Parakeet is ~500 MB
-
Clear FluidAudio cache:
- Restart VoiceTypr
- Try downloading again
Permission Issues
Accessibility Permission Denied (macOS)
Symptoms: Text doesn’t auto-insert at cursor Solutions:-
Grant Accessibility permission:
- System Settings → Privacy & Security → Accessibility
- Find VoiceTypr in the list
- Toggle on
-
Reset permission:
- Toggle VoiceTypr off then on again
- Restart VoiceTypr
-
Re-add VoiceTypr:
- Remove VoiceTypr from Accessibility list
- Click + button
- Navigate to Applications → VoiceTypr
- Add and enable
-
Check for macOS bugs:
- Restart Mac
- Update to latest macOS version
Microphone Permission Denied
Symptoms: “Microphone access denied” error Solutions: macOS:- System Settings → Privacy & Security → Microphone
- Enable VoiceTypr
- Restart VoiceTypr
- Settings → Privacy → Microphone
- Enable “Allow apps to access your microphone”
- Enable for VoiceTypr specifically
- Restart VoiceTypr
Installation Issues
App Won’t Launch (macOS)
Symptoms: “VoiceTypr is damaged and can’t be opened” Solutions:-
Remove quarantine attribute:
-
Verify download source:
- Only download from official GitHub Releases
- VoiceTypr is signed and notarized
- Check macOS version: Requires macOS 13.0+
-
Reinstall:
- Delete VoiceTypr from Applications
- Re-download DMG
- Drag to Applications again
Installer Fails (Windows)
Symptoms: Installation error or incomplete install Solutions:-
Run as Administrator:
- Right-click installer
- Select “Run as administrator”
-
Disable antivirus temporarily:
- Some antivirus blocks NSIS installers
- Re-enable after installation
- Check disk space: Ensure 5+ GB free
-
Install Visual C++ Runtime manually:
- Download vc_redist.x64.exe
- Install before VoiceTypr
Update Issues
Update Check Fails
Symptoms: “Failed to check for updates” error Solutions:- Check internet connection
- Verify GitHub is accessible: Visit github.com
- Try again later: Temporary network issue
- Manually check releases: VoiceTypr Releases
Update Won’t Install
Symptoms: Download completes but update fails Solutions:-
Quit VoiceTypr completely:
- Ensure menubar/tray icon is gone
- Check Activity Monitor/Task Manager
-
Manually download and install:
- Visit Releases page
- Download latest installer
- Install over existing version
-
Check file permissions (macOS):
- Should be writable by your user
Performance Optimization
Faster Transcription
-
Enable GPU acceleration:
- Update graphics drivers (Windows)
- Use Parakeet on Apple Silicon (macOS)
-
Use appropriate model size:
- Tiny/Base for speed
- Small for balance
- Medium/Large for accuracy
- Keep recordings short: Under 1-2 minutes
- Close background apps: Free RAM for VoiceTypr
Reduce Battery Usage (Laptops)
- Use Parakeet on Apple Silicon (most efficient)
- Use smaller Whisper models
- Disable AI Enhancement (requires internet/API calls)
- Close VoiceTypr when not in use
Getting Help
Collect Diagnostic Information
-
Copy System Info:
- Settings → Help → Copy System Info
- Includes OS, version, permissions, models
-
View Logs:
- Settings → Help → View Logs
- Recent transcription attempts logged
-
Check Model Status:
- Settings → Models
- Screenshot of downloaded models
Report an Issue
If you’ve tried all solutions above:- Open GitHub Issue: Create Issue
- Include:
- System Info (from Help section)
- Relevant logs
- Steps to reproduce
- Expected vs actual behavior
- Describe the problem clearly
- Wait for response from maintainers or community
Community Support
- GitHub Discussions: Ask questions
- GitHub Issues: Report bugs