Commit f827e50
Handle case where AudioContext.outputLatency isn't implemented.
Not all User Agents implement AudioContext.outputLatency (such as Safari).
On those, totalOutputLatency would always be NaN, resulting in no video
frames ever displayed.1 parent f511c90 commit f827e50
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments