Title: [219515] trunk/Source/WebCore
Revision
219515
Author
[email protected]
Date
2017-07-14 12:02:55 -0700 (Fri, 14 Jul 2017)

Log Message

Remove CoreAudioCaptureSource speaker configuration
https://bugs.webkit.org/show_bug.cgi?id=174512

Patch by Youenn Fablet <[email protected]> on 2017-07-14
Reviewed by Eric Carlson.

Covered by manually testing audio rendering through WebRTC sites.

* platform/mediastream/mac/CoreAudioCaptureSource.cpp:
(WebCore::CoreAudioSharedUnit::setupAudioUnit):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (219514 => 219515)


--- trunk/Source/WebCore/ChangeLog	2017-07-14 18:55:40 UTC (rev 219514)
+++ trunk/Source/WebCore/ChangeLog	2017-07-14 19:02:55 UTC (rev 219515)
@@ -1,3 +1,15 @@
+2017-07-14  Youenn Fablet  <[email protected]>
+
+        Remove CoreAudioCaptureSource speaker configuration
+        https://bugs.webkit.org/show_bug.cgi?id=174512
+
+        Reviewed by Eric Carlson.
+
+        Covered by manually testing audio rendering through WebRTC sites.
+
+        * platform/mediastream/mac/CoreAudioCaptureSource.cpp:
+        (WebCore::CoreAudioSharedUnit::setupAudioUnit):
+
 2017-07-14  Eric Carlson  <[email protected]>
 
         [MediaStream] Limit the number of remote video samples queued

Modified: trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.cpp (219514 => 219515)


--- trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.cpp	2017-07-14 18:55:40 UTC (rev 219514)
+++ trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.cpp	2017-07-14 19:02:55 UTC (rev 219515)
@@ -301,9 +301,7 @@
     if (err)
         return err;
 
-    err = configureSpeakerProc();
-    if (err)
-        return err;
+    // For the moment we do not need to configure speaker proc as we are not providing any reference data.
 
     err = AudioUnitInitialize(m_ioUnit);
     if (err) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to