RESOLVED FIXED 174439
Recreate the AudioUnit when restarting capture
https://bugs.webkit.org/show_bug.cgi?id=174439
Summary Recreate the AudioUnit when restarting capture
youenn fablet
Reported 2017-07-12 16:03:39 PDT
Sometimes CoreAudioSharedUnit is no longer working. In that case, the only possibility is to create a new one. On WebKit Mac, we keep only one in the UI process, which will never get disposed except if restarting the UI process. Let's dispose it whenever we need to restart so that we are sure we are on clean grounds.
Attachments
Patch (2.12 KB, patch)
2017-07-12 16:17 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2017-07-12 16:17:02 PDT
Radar WebKit Bug Importer
Comment 2 2017-07-12 16:17:49 PDT
WebKit Commit Bot
Comment 3 2017-07-12 17:03:41 PDT
Comment on attachment 315299 [details] Patch Clearing flags on attachment: 315299 Committed r219435: <http://trac.webkit.org/changeset/219435>
WebKit Commit Bot
Comment 4 2017-07-12 17:03:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.