FluidVoice 1.5.1-beta.2
Bug Fixes
Bluetooth Headset Microphone Fix.
- Added proper audio engine reset to fully release Bluetooth microphone connection
Audio Device Management
- Fixed: FluidVoice no longer hijacks system audio routing
- Previously, connecting headphones would cause audio to snap back to saved FluidVoice preferences
- App now respects user's system-wide audio device choices
Stability Improvements
- Fixed crash-on-launch issue related to AttributeGraph race condition
- Refactored ContentView from ~4000 lines to <2000 lines for better stability
- Fixed toggle for "Enable filler words removal" not updating properly
New Features
Intel Mac Support
- Added Intel (x86_64) architecture support for universal binary
- Universal binary now works on both Apple Silicon and Intel Macs
Additional Whisper Models
- Added more Whisper model options (CPU-based for now)
- Provides more flexibility for transcription quality vs speed
Architecture Changes
- Extracted AISettingsView to separate file
- Extracted FeedbackView to separate file
- Improved code organization and maintainability