Bug 182475
| Summary: | Cannot create an OfflineAudioContext at 16kHz: The string did not match the excepted pattern | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | whccchi |
| Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | jer.noble, sergio.faria, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 11 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
whccchi
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
<rdar://problem/37281900>