Allow to control recording devices as well #1501
ViktorShapoval
started this conversation in
Ideas
Replies: 1 comment
-
I think this is a great idea and definitely something I need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recording devices management
I would like to be able to control recording devices with eartrumpet as well as playback devices.
I made this small demo in code, changes are quite small since I'm simply reusing existing
DeviceCollectionViewModel
but initializing it with deviceManager created withAudioDeviceKind.Recording
Setting device as default for communications
Another contribution that I would like to add is ability to make device default for both Multimedia and Recording at the same time. Code change will be small as well, something like this.
Please tell me what do you think about both suggestions, I'm ready to contribute the code for them.
I saw there were a few discussions about both topics but they were suggestions with multiple other features, I want to keep it simple for my first contribution.
Beta Was this translation helpful? Give feedback.
All reactions