Skip to content

fix mic transcription after input device changes - #77

Merged
pranc1ngpegasus merged 2 commits into
mainfrom
fix/mic-device-change-transcription
Jul 15, 2026
Merged

fix mic transcription after input device changes#77
pranc1ngpegasus merged 2 commits into
mainfrom
fix/mic-device-change-transcription

Conversation

@pranc1ngpegasus

Copy link
Copy Markdown
Member

Summary

  • observe AVAudioEngine configuration changes and restart the mic tap after input device switches
  • reconfigure the mic transcription converter when the input format changes
  • serialize mic engine teardown/reconfiguration to avoid races during stop

Verification

  • swift build
  • make -C native/WispAudioKit
  • cargo fmt --check
  • cargo build -p wisp-audiokit
  • cargo test -p wisp-audiokit
  • cargo clippy -p wisp-audiokit --all-targets

Note: full workspace cargo test/clippy was not used as the local environment lacks Xcode's metal tool required by gpui shader compilation.

@pranc1ngpegasus
pranc1ngpegasus merged commit fae9982 into main Jul 15, 2026
2 checks passed
@pranc1ngpegasus
pranc1ngpegasus deleted the fix/mic-device-change-transcription branch July 15, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant