Source code

Revision control

Copy as Markdown

Other Tools

[preserves-pitch.html]
expected:
if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
if (os == "android") and not debug: [OK, ERROR]
if os == "mac": [OK, TIMEOUT]
[Slow-downs should change the pitch when preservesPitch=false]
expected:
if (os == "linux") and not debug and not asan and not tsan: NOTRUN
if os == "mac": [PASS, NOTRUN]
[The default playbackRate should not affect pitch, even with preservesPitch=false]
expected:
if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: NOTRUN
if os == "mac": [PASS, NOTRUN]
[Speed-ups should change the pitch when preservesPitch=false]
expected:
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, TIMEOUT]
if os == "mac": [PASS, NOTRUN]
[Speed-ups should not change the pitch when preservesPitch=true]
expected:
if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: NOTRUN
if os == "mac": [PASS, NOTRUN]
[The default playbackRate should not affect pitch]
expected:
if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: TIMEOUT
if os == "mac": [PASS, NOTRUN]
[Slow-downs should not change the pitch when preservesPitch=true]
expected:
if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: NOTRUN
if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, PASS]
if os == "mac": [PASS, NOTRUN]
[Setup Audio element and AudioContext]
expected:
if os == "mac": [PASS, TIMEOUT]