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

audiounit: use one instance of audiounit on duplex stream (Bug 1404969) #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

achronop
Copy link
Contributor

AudioUnit can be configured for duplex operation when both device ids are the same for input and output. This is always the case since we configure an aggregate device on duplex stream. This patch remove the input AU and makes use of the same AU for input and output. A side effect on the positive side is that switching become cheaper.

@padenot
Copy link
Collaborator

padenot commented Oct 18, 2017

Please have a look at the travis failure, it looks serious.

@achronop
Copy link
Contributor Author

The new push is just for testing. I'll tell when is ready.

@achronop achronop changed the title audiounit: use one AudioUnit on duplex stream (Bug 1404969) audiounit: use one instance of audiounit on duplex stream (Bug 1404969) Oct 19, 2017
@achronop
Copy link
Contributor Author

This is ready now. You can go on and review. When review is done please do not merge. If we are late in the release cycle at that point I would like to wait the next one. Also I would like to import it as a single commit.

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.

2 participants