[Webkit-unassigned] [Bug 219676] New: Build error after r270457

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 03:45:03 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219676

            Bug ID: 219676
           Summary: Build error after r270457
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com
                CC: cdumez at apple.com

Related with https://bugs.webkit.org/show_bug.cgi?id=219546


Error:


../../Source/WebCore/platform/audio/SincResampler.cpp: In member function �~@~Xfloat WebCore::SincResampler::convolve(const float*, const float*, const float*, float)�~@~Y:
../../Source/WebCore/platform/audio/SincResampler.cpp:339:35: error: �~@~XkKernelSize�~@~Y was not declared in this scope; did you mean �~@~XkernelSize�~@~Y?
  339 |     const float* upper = inputP + kKernelSize;
      |                                   ^~~~~~~~~~~
      |                                   kernelSize



It seems kKernelSize defined for Source/WebCore/platform/audio/SincResampler.h|cpp

... but it is defined in Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/sinc_resampler.h

class SincResampler {
 public:
  // The kernel size can be adjusted for quality (higher is better) at the
  // expense of performance.  Must be a multiple of 32.
  // TODO(dalecurtis): Test performance to see if we can jack this up to 64+.
  static const size_t kKernelSize = 32;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201209/a6389d0f/attachment.htm>


More information about the webkit-unassigned mailing list