| OLD | NEW |
| 1 CONSOLE WARNING: The provided value 'invalid' is not a valid enum value of type
PanningModelType. |
| 1 CONSOLE WARNING: The provided value '1' is not a valid enum value of type Pannin
gModelType. | 2 CONSOLE WARNING: The provided value '1' is not a valid enum value of type Pannin
gModelType. |
| 2 CONSOLE WARNING: The provided value '1' is not a valid enum value of type Distan
ceModelType. | 3 CONSOLE WARNING: The provided value 'invalid' is not a valid enum value of type
DistanceModelType. |
| 3 Basic tests for PannerNode. | 4 Basic tests for PannerNode. |
| 4 | 5 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 7 |
| 7 PASS PannerNode has one input. | 8 |
| 8 PASS PannerNode has one output. | 9 PASS panner.numberOfInputs is equal to 1. |
| 9 PASS refDistance default value is 1. | 10 PASS panner.numberOfOutputs is equal to 1. |
| 10 PASS refDistance value is set to 270.52. | 11 PASS panner.refDistance is equal to 1. |
| 11 PASS maxDistance default value is 10000. | 12 PASS panner.refDistance = 270.5 is equal to 270.5. |
| 12 PASS maxDistance value is set to 100.55. | 13 PASS panner.maxDistance is equal to 10000. |
| 13 PASS rolloffFactor default value is 1. | 14 PASS panner.maxDistance = 100.5 is equal to 100.5. |
| 14 PASS rolloffFactor value is set to 0.83. | 15 PASS panner.rolloffFactor is equal to 1. |
| 15 PASS coneInnerAngle default value is 360. | 16 PASS panner.rolloffFactor = 0.75 is equal to 0.75. |
| 16 PASS coneInnerAngle value is set to 240.45. | 17 PASS panner.coneInnerAngle is equal to 360. |
| 17 PASS coneOuterAngle default value is 360. | 18 PASS panner.coneInnerAngle = 240.5 is equal to 240.5. |
| 18 PASS coneOuterAngle value is set to 166.66. | 19 PASS panner.coneOuterAngle is equal to 360. |
| 19 PASS coneOuterGain default value is 0. | 20 PASS panner.coneOuterAngle = 166.5 is equal to 166.5. |
| 20 PASS coneOuterGain value is set to 0.35. | 21 PASS panner.coneOuterGain is equal to 0. |
| 21 PASS PannerNode defaults to 'equalpower' panningModel. | 22 PASS panner.coneOuterGain = 0.25 is equal to 0.25. |
| 22 PASS PannerNode defaults to 'inverse' distanceModel. | 23 PASS panner.panningModel is equal to "equalpower". |
| 23 PASS panningModel: 'equalpower' is settable. | 24 PASS panner.distanceModel is equal to "inverse". |
| 24 PASS panningModel: 'HRTF' is settable. | 25 PASS panner.positionX is equal to 0. |
| 25 PASS panningModel correctly not set to 1. | 26 PASS panner.positionY is equal to 0. |
| 26 PASS distanceModel: 'linear' is settable. | 27 PASS panner.positionZ is equal to 0. |
| 27 PASS distanceModel: 'inverse' is settable. | 28 PASS panner.orientationX is equal to 1. |
| 28 PASS distanceModel: 'exponential' is settable. | 29 PASS panner.orientationY is equal to 0. |
| 29 PASS distanceModel correctly not set to 1. | 30 PASS panner.orientationZ is equal to 0. |
| 31 PASS Basic Panner attribute tests. |
| 32 |
| 33 PASS listener.positionX is equal to 0. |
| 34 PASS listener.positionY is equal to 0. |
| 35 PASS listener.positionZ is equal to 0. |
| 36 PASS listener.forwardX is equal to 0. |
| 37 PASS listener.forwardY is equal to 0. |
| 38 PASS listener.forwardZ is equal to -1. |
| 39 PASS listener.upX is equal to 0. |
| 40 PASS listener.upY is equal to 1. |
| 41 PASS listener.upZ is equal to 0. |
| 42 PASS Basic AudioListener attribute tests. |
| 43 |
| 44 PASS panner.panningModel = "equalpower" did not throw an exception. |
| 45 PASS panner.panningModel = "equalpower" is equal to "equalpower". |
| 46 PASS panner.panningModel = "HRTF" did not throw an exception. |
| 47 PASS panner.panningModel = "HRTF" is equal to "HRTF". |
| 48 PASS panner.panningModel = "invalid" did not throw an exception. |
| 49 PASS panner.panningModel is equal to "HRTF". |
| 50 PASS panner.panningModel = 1 did not throw an exception. |
| 51 PASS panner.panningModel is equal to "HRTF". |
| 52 PASS Basic Panner panning models tests. |
| 53 |
| 54 PASS panner.distanceModel = "linear" did not throw an exception. |
| 55 PASS panner.distanceModel = "linear" is equal to "linear". |
| 56 PASS panner.distanceModel = "inverse" did not throw an exception. |
| 57 PASS panner.distanceModel = "inverse" is equal to "inverse". |
| 58 PASS panner.distanceModel = "exponential" did not throw an exception. |
| 59 PASS panner.distanceModel = "exponential" is equal to "exponential". |
| 60 PASS panner.distanceModel = "invalid" did not throw an exception. |
| 61 PASS panner.distanceModel is equal to "exponential". |
| 62 PASS Basic Panner distance models tests. |
| 63 |
| 30 PASS successfullyParsed is true | 64 PASS successfullyParsed is true |
| 31 | 65 |
| 32 TEST COMPLETE | 66 TEST COMPLETE |
| 33 | 67 |
| OLD | NEW |