@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.mjs CHANGED
@@ -1906,6 +1906,9 @@ function createToneAdapter(options) {
1906
1906
  get audioContext() {
1907
1907
  return getGlobalAudioContext();
1908
1908
  },
1909
+ get lookAhead() {
1910
+ return getGlobalContext().lookAhead ?? 0;
1911
+ },
1909
1912
  get ppqn() {
1910
1913
  return _ppqn;
1911
1914
  },