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

Added mDeviceId to FilterAudioStream #1310

Merged
merged 1 commit into from
Jun 16, 2021
Merged

Added mDeviceId to FilterAudioStream #1310

merged 1 commit into from
Jun 16, 2021

Conversation

robertwu1
Copy link
Collaborator

Fixed a missing parameter in FilterAudioStream. Without this change, when getDeviceId() is called, the device id is set to 0, as it uses the default value. With this change, mDeviceId correctly uses the value from the child stream.

I verified that the issue repros before the change and the fix does indeed fix the problem

Fixed a missing parameter in FilterAudioStream. Without this change, when getDeviceId() is called, the device id is set to 0, as it uses the default value. With this change, mDeviceId correctly uses the value from the child stream.

I verified that the issue repros before the change and the fix does indeed fix the problem
@robertwu1 robertwu1 requested a review from philburk June 16, 2021 21:50
@robertwu1 robertwu1 merged commit f126f79 into google:master Jun 16, 2021
@robertwu1
Copy link
Collaborator Author

Fixes #1306

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.

None yet

2 participants