Skip to content
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

feat(blink): add capability to test audio devices #323

Closed
wants to merge 12 commits into from

Conversation

sdwoodbury
Copy link
Contributor

What this PR does 📖
The audio device configuration is now represented as a AudioDeviceConfig which abstracts the behavior needed to enumerate speakers/microphones and interact with them. The library user can obtain a AudioDeviceConfig from Blink, view the currently selected speaker/microphone, enumerate speakers/microphones, and select/test combinations of them. The library user can then send the modified AudioDeviceConfig back to Blink, telling it to use the selected speaker/microphone.

The main point of this is to let the user test their speaker and microphone. The rest is just a refactor. Hopefully it's an improvement but if not I can change the Blink API back to what it was before.

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

@sdwoodbury sdwoodbury self-assigned this Sep 11, 2023
@sdwoodbury sdwoodbury marked this pull request as draft September 12, 2023 18:18
@sdwoodbury
Copy link
Contributor Author

forgot to emit events during audio device test.

@sdwoodbury
Copy link
Contributor Author

combined this with #326

@sdwoodbury sdwoodbury closed this Sep 15, 2023
@sdwoodbury sdwoodbury deleted the feat/audio-test branch December 4, 2023 14:52
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