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

Derive playback objects from common AudioOutputBase #2703

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

earlephilhower
Copy link
Owner

The audio output objects all have the same general necessary configuration calls. Abstract them out to a generic AudioOutputBase interface class that they will inherit from. Simplies letting applications use different output channels.

Should be backwards compatible with existing code.

The audio output objects all have the same general necessary configuration
calls.  Abstract them out to a generic AudioOutputBase interface class that
they will inherit from.  Simplies letting applications use different
output channels.

Should be backwards compatible with existing code.
@earlephilhower earlephilhower merged commit eecbcdf into master Dec 18, 2024
25 of 26 checks passed
@earlephilhower earlephilhower deleted the aob branch December 18, 2024 20:19
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