@waveform-playlist/playout 12.2.0 → 12.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1912,6 +1912,9 @@ function createToneAdapter(options) {
1912
1912
  get audioContext() {
1913
1913
  return getGlobalAudioContext();
1914
1914
  },
1915
+ get lookAhead() {
1916
+ return getGlobalContext().lookAhead ?? 0;
1917
+ },
1915
1918
  get ppqn() {
1916
1919
  return _ppqn;
1917
1920
  },