OLD | NEW |
1 CONSOLE WARNING: line 1: 'AudioListener.dopplerFactor' is deprecated and will be
removed in M55, around December 2016. It has no effect as the Web Audio doppler
effects have already been removed internally. See https://www.chromestatus.com/
features/5238926818148352 for more details. | |
2 CONSOLE WARNING: line 1: 'AudioListener.speedOfSound' is deprecated and will be
removed in M55, around December 2016. It has no effect as the Web Audio doppler
effects have already been removed internally. See https://www.chromestatus.com/f
eatures/5238926818148352 for more details. | |
3 CONSOLE WARNING: line 1: 'AudioListener.setVelocity()' is deprecated and will be
removed in M55, around December 2016. It has no effect as the Web Audio doppler
effects have already been removed internally. See https://www.chromestatus.com/
features/5238926818148352 for more details. | |
4 CONSOLE WARNING: line 1: 'PannerNode.setVelocity()' is deprecated and will be re
moved in M55, around December 2016. It has no effect as the Web Audio doppler ef
fects have already been removed internally. See https://www.chromestatus.com/fea
tures/5238926818148352 for more details. | |
5 Tests doppler deprecation messages | 1 Tests doppler deprecation messages |
6 | 2 |
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
8 | 4 |
9 | 5 |
10 PASS listener.dopplerFactor is 1 | 6 PASS listener.dopplerFactor is undefined. |
11 listener.dopplerFactor = 2 | 7 PASS listener.speedOfSound is undefined. |
12 PASS listener.dopplerFactor is 2 | 8 PASS listener.setVelocity(0, 0, 0) threw exception TypeError: listener.setVeloci
ty is not a function. |
13 PASS listener.speedOfSound is 343.3 | 9 PASS panner.setVelocity(0, 0, 0) threw exception TypeError: panner.setVelocity i
s not a function. |
14 listener.speedOfSound = 400 | |
15 PASS listener.speedOfSound is 400 | |
16 listener.setVelocity(0, 0, 0) | |
17 panner.setVelocity(0, 0, 0) | |
18 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
19 | 11 |
20 TEST COMPLETE | 12 TEST COMPLETE |
21 | 13 |
OLD | NEW |