@@ -66,9 +66,7 @@ VoiceTypr is an open source AI voice-to-text dictation tool, alternative to Wisp
6666#### Windows
6767- Windows 10/11 (64-bit)
6868- 3-4 GB free disk space (for AI models)
69- - Two versions available:
70- - ** CPU Version** : Universal compatibility (works on all systems)
71- - ** GPU Version** : Vulkan acceleration (works with NVIDIA, AMD, Intel GPUs)
69+ - GPU acceleration available (5-10x faster with NVIDIA, AMD, Intel GPUs)
7270
7371### Quick Install
7472
@@ -81,25 +79,18 @@ VoiceTypr is an open source AI voice-to-text dictation tool, alternative to Wisp
8179> ** Note** : VoiceTypr is fully signed and notarized by Apple, so you can run it without security warnings.
8280
8381#### Windows
84- 1 . Choose your version from the [ latest release] ( https://github.com/moinulmoin/voicetypr/releases/latest ) :
85- - ** VoiceTypr_x.x.x_x64-setup.exe** : CPU version (recommended for most users)
86- - ** VoiceTypr_x.x.x_x64-gpu-setup.exe** : GPU version (faster, requires compatible GPU)
82+ 1 . Download the latest [ VoiceTypr installer] ( https://github.com/moinulmoin/voicetypr/releases/latest )
87832 . Run the installer
88843 . Launch VoiceTypr from Start Menu
89854 . Follow the onboarding to download your preferred AI model
9086
91- > ** Which version should I choose?**
92- > - ** CPU Version** : Works on any Windows 10/11 PC. Choose this if unsure.
93- > - ** GPU Version** : ~ 2-3x faster transcription. Requires:
94- > - Vulkan-compatible GPU (NVIDIA GTX/RTX, AMD Radeon, Intel Arc/Iris Xe)
95- > - Updated GPU drivers with Vulkan runtime installed
96- > - ⚠️ ** Important** : If the GPU version doesn't start (missing vulkan-1.dll), use the CPU version or update your GPU drivers
97-
98- > ** GPU Version Troubleshooting:**
99- > - ** Error: "vulkan-1.dll was not found"** → Your system lacks Vulkan runtime. Solutions:
100- > 1 . Use the CPU version instead (recommended)
101- > 2 . Update GPU drivers: [ NVIDIA] ( https://www.nvidia.com/drivers ) | [ AMD] ( https://www.amd.com/support ) | [ Intel] ( https://www.intel.com/content/www/us/en/support/products/80939/graphics.html )
102- > - The GPU version has a load-time dependency on Vulkan - it won't start without proper GPU drivers
87+ > ** GPU Acceleration (5-10x faster)**
88+ > - VoiceTypr automatically uses your GPU if available
89+ > - For best performance, ensure your graphics drivers are up to date:
90+ > - [ NVIDIA Drivers] ( https://www.nvidia.com/drivers )
91+ > - [ AMD Drivers] ( https://www.amd.com/support )
92+ > - [ Intel Drivers] ( https://www.intel.com/content/www/us/en/support/products/80939/graphics.html )
93+ > - Falls back to CPU automatically if GPU unavailable
10394
10495## 🎮 Usage
10596
@@ -135,6 +126,23 @@ voicetypr/
135126└── tests/ # Test suites
136127```
137128
129+ ## 🔧 Troubleshooting
130+
131+ ### Windows GPU Acceleration
132+
133+ VoiceTypr automatically detects and uses your GPU for faster transcription. If you're experiencing slower performance:
134+
135+ 1 . ** Update your graphics drivers** - This is the most common fix:
136+ - [ NVIDIA Drivers] ( https://www.nvidia.com/drivers )
137+ - [ AMD Drivers] ( https://www.amd.com/support )
138+ - [ Intel Drivers] ( https://www.intel.com/content/www/us/en/support/products/80939/graphics.html )
139+
140+ 2 . ** Check logs** - Enable debug logging in Settings to see if GPU is being used
141+
142+ 3 . ** Verify GPU support** - Modern GPUs (2016+) should work automatically
143+
144+ > ** Note** : VoiceTypr always works - it automatically falls back to CPU if GPU acceleration is unavailable
145+
138146## 📄 License
139147
140148VoiceTypr is licensed under the [ GNU Affero General Public License v3.0] ( LICENSE.md ) .
0 commit comments