@songram/songram-daw-engine 3.5.0 → 3.7.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
@@ -1841,7 +1841,7 @@ class en {
1841
1841
  }
1842
1842
  let x = null;
1843
1843
  function ht() {
1844
- return x || (x = new he(), de(x)), x;
1844
+ return x || (x = new he({ latencyHint: "playback" }), de(x)), x;
1845
1845
  }
1846
1846
  function sn() {
1847
1847
  return ht().rawContext;