Use the worker task runner instead of the main audio thread.
On OSX the main audio thread is the UI thread due to limitations in the CoreAudio API. Since we're making effectively read only calls sending the audio hardware config from the worker task runner should be fine. We already do this in several other places for device enumeration (since it's way to slow on UI thread). BUG=469737 TEST=none Review URL: https://codereview.chromium.org/1029933003 Cr-Commit-Position: refs/heads/master@{#322292}
Showing
Please register or sign in to comment