v1.36.1
Patch release fixing the mic visualizer (#205).
Fixed
- The recording visualizer now follows your configured microphone (#205). Previously the mic-OSD overlay always monitored the system default source, so it showed a flat/dead meter whenever your dictation mic (
audio_device_name/audio_device_id) differed from the system default. The overlay now renders from the capture stream itself, so the meter always reflects what's actually being recorded — configured device, fallbacks and all. - Recording no longer blocks other apps from the microphone. With
keepalive_streamenabled and a specific mic configured, hyprwhspr held the raw ALSA device open between recordings, locking out browsers, calls, and other apps. Rawhw:devices are now left alone. - Fixed a flat meter on 48 kHz-only microphones. The standalone visualizer assumed a 44.1 kHz sample rate and failed to open such devices; it now uses each device's native rate.
Thanks to @SturmB for the report and analysis!
Full Changelog: v1.36.0...v1.36.1