[Webkit-unassigned] [Bug 182475] New: offlineaudiocontext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 01:07:02 PST 2018


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

            Bug ID: 182475
           Summary: offlineaudiocontext
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: whccchi at gmail.com

When I trying to create an OfflineAudioContext in 16kHz, it's alwayf fails with message "The string did not match the excepted pattern."

Enviorment:
safari version: 11.0.3 (13604.5.6)
os version: macOS High Sierra 10.13.3

======[code]======
var ofctx = new webkitOfflineAudioContext(1, 1365, 16000);
// console shows "The string did not match the excepted pattern.

var ofctx = new webkitOfflineAudioContext(1, 1365, 48000);
// success

-- 
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/20180205/3b50163e/attachment.html>


More information about the webkit-unassigned mailing list