RESOLVED FIXED 205007
Add an option to capture audio in GPU process
https://bugs.webkit.org/show_bug.cgi?id=205007
Summary Add an option to capture audio in GPU process
youenn fablet
Reported 2019-12-09 05:19:21 PST
Add an option to capture audio in GPU process
Attachments
Patch (26.11 KB, patch)
2019-12-09 05:25 PST, youenn fablet
no flags
Patch (26.11 KB, patch)
2019-12-09 06:10 PST, youenn fablet
no flags
youenn fablet
Comment 1 2019-12-09 05:25:23 PST
Eric Carlson
Comment 2 2019-12-09 06:04:25 PST
Comment on attachment 385144 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=385144&action=review > Source/WebKit/Shared/WebPreferences.yaml:1701 > +CaptureAudioInGPUProcessEnabled: > + type: bool > + defaultValue: false > + humanReadableName: "Capture audio in GPUProcess" > + humanReadableDescription: "Capture audio in GPUProcess" > + category: experimental > + webcoreBinding: none > + condition: ENABLE(MEDIA_STREAM) See Tim's comment in https://bugs.webkit.org/show_bug.cgi?id=204801 - this should be an internal feature and should have a name like "useGPUProcessForAudioCapture".
youenn fablet
Comment 3 2019-12-09 06:09:15 PST
(In reply to Eric Carlson from comment #2) > Comment on attachment 385144 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=385144&action=review > > > Source/WebKit/Shared/WebPreferences.yaml:1701 > > +CaptureAudioInGPUProcessEnabled: > > + type: bool > > + defaultValue: false > > + humanReadableName: "Capture audio in GPUProcess" > > + humanReadableDescription: "Capture audio in GPUProcess" > > + category: experimental > > + webcoreBinding: none > > + condition: ENABLE(MEDIA_STREAM) > > See Tim's comment in https://bugs.webkit.org/show_bug.cgi?id=204801 - this > should be an internal feature and should have a name like > "useGPUProcessForAudioCapture". OK for internals for now. I think it should not take too long to allow audio capture in GPUProcess so that might be a good candidate for STP soon. As of the naming, we already have CaptureAudioInUIProcess so I prefer keeping CaptureAudioInGPUProcess. It also seems easy to read.
youenn fablet
Comment 4 2019-12-09 06:10:35 PST
WebKit Commit Bot
Comment 5 2019-12-09 07:36:49 PST
Comment on attachment 385147 [details] Patch Clearing flags on attachment: 385147 Committed r253288: <https://trac.webkit.org/changeset/253288>
WebKit Commit Bot
Comment 6 2019-12-09 07:36:51 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2019-12-09 07:37:43 PST
Note You need to log in before you can comment on or make changes to this bug.