WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
182475
Cannot create an OfflineAudioContext at 16kHz: The string did not match the excepted pattern
https://bugs.webkit.org/show_bug.cgi?id=182475
Summary
Cannot create an OfflineAudioContext at 16kHz: The string did not match the e...
whccchi
Reported
2018-02-05 01:07:02 PST
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-02-06 11:30:52 PST
<
rdar://problem/37281900
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug