v1.5.1-beta.2

altic-dev/FluidVoicev1.5.1-beta.2Dec 16, 2025by altic-dev

AI Summary

Beta release focusing on fixing audio routing behavior and adding Intel support.

Key Highlights

  • Added proper audio engine reset to fully release Bluetooth microphone connection.
  • Fixed audio routing hijacking; app now respects system-wide audio choices.
  • Fixed crash-on-launch issue related to AttributeGraph race condition.
  • Refactored ContentView for better stability and maintainability.
  • Added Intel (x86_64) architecture support.

New Features

  • Intel architecture support.
  • Bluetooth headset microphone fix.
  • Audio routing fixes.
  • Code refactoring for stability.

Full Release Notes

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