OLD | NEW |
(Empty) | |
| 1 CONSOLE WARNING: 'AudioListener.dopplerFactor' is deprecated and will be removed
in M55, around November 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: 'AudioListener.speedOfSound' is deprecated and will be removed
in M55, around November 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. |
| 3 CONSOLE WARNING: 'AudioListener.setVelocity()' is deprecated and will be removed
in M55, around November 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: 'PannerNode.setVelocity()' is deprecated and will be removed in
M55, around November 2016. It has no effect as the Web Audio doppler effects ha
ve already been removed internally. See https://www.chromestatus.com/features/52
38926818148352 for more details. |
| 5 Tests doppler deprecation messages |
| 6 |
| 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 8 |
| 9 PASS listener.dopplerFactor is 1 |
| 10 listener.dopplerFactor = 2 |
| 11 PASS listener.dopplerFactor is 2 |
| 12 PASS listener.speedOfSound is 343.3 |
| 13 listener.speedOfSound = 400 |
| 14 PASS listener.speedOfSound is 400 |
| 15 listener.setVelocity(0, 0, 0) |
| 16 panner.setVelocity(0, 0, 0) |
| 17 PASS successfullyParsed is true |
| 18 |
| 19 TEST COMPLETE |
| 20 |
OLD | NEW |