-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Recording mic when should not #130
Comments
Broken log: My log: |
Maybe a first time setup thing if user didn't explicitly set the fields to none? |
Reproduced this by:
|
@tdaugaard mind taking a look at this one as I think you know the code |
I'm quite certain the app sets 'all' as default, but I might have done it wrong, I'll check it out. |
Because the settings weren't initially set and the default value wasn't applied, `audioInputDevice` and `audioOutputDevice` ended up being `undefined` which caused it to _show_ them as being 'None', but in fact acted as if it was set to 'All'. Fixes aza547#130
Because the settings weren't initially set and the default value wasn't applied, `audioInputDevice` and `audioOutputDevice` ended up being `undefined` which caused it to _show_ them as being 'None', but in fact acted as if it was set to 'All'. Fixes aza547#130
Because the settings weren't initially set and the default value wasn't applied, `audioInputDevice` and `audioOutputDevice` ended up being `undefined` which caused it to _show_ them as being 'None', but in fact acted as if it was set to 'All'. Fixes aza547#130
I had done it wrong. 😬 I have done it right, now. |
Because the settings weren't initially set and the default value wasn't applied, `audioInputDevice` and `audioOutputDevice` ended up being `undefined` which caused it to _show_ them as being 'None', but in fact acted as if it was set to 'All'. Fixes aza547#130
Because the settings weren't initially set and the default value wasn't applied, `audioInputDevice` and `audioOutputDevice` ended up being `undefined` which caused it to _show_ them as being 'None', but in fact acted as if it was set to 'All'. Fixes aza547#130
* Fix invalid default audio device Because the settings weren't initially set and the default value wasn't applied, `audioInputDevice` and `audioOutputDevice` ended up being `undefined` which caused it to _show_ them as being 'None', but in fact acted as if it was set to 'All'. Fixes #130 * Add changelog entry
Describe the bug
WarcraftRecorder-2022-09-19 (10).log
2022-09-19_11-31-33.txt
Expected behavior
When configuring no audio input, none should record.
The text was updated successfully, but these errors were encountered: