We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11 (possibly existing earlier) has per-app mic permission. When off, Bloom is getting
Msg: UnspecifiedError calling waveInOpen Class: NAudio.MmException Source: NAudio Assembly: NAudio, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null Stack: at NAudio.Wave.WaveIn.OpenWaveInDevice() at NAudio.Wave.WaveIn.StartRecording() at SIL.Media.Naudio.AudioRecorder.BeginMonitoringIfNeeded() at SIL.Media.Naudio.AudioRecorder.BeginMonitoring() Thread: Thread UI culture: en-US Exception: NAudio.MmException
It seems like instead, we should act the same as if we didn't have any mic available.
Alternatively, if we could determine the cause, then maybe a specific exception that the app could catch would make sense.
Original Bloom Issue: BL-12406
The text was updated successfully, but these errors were encountered:
Also Windows 10.
Sorry, something went wrong.
No branches or pull requests
Windows 11 (possibly existing earlier) has per-app mic permission. When off, Bloom is getting
It seems like instead, we should act the same as if we didn't have any mic available.
Alternatively, if we could determine the cause, then maybe a specific exception that the app could catch would make sense.
Original Bloom Issue: BL-12406
The text was updated successfully, but these errors were encountered: