thecollabagepatch commited on
Commit
e140f31
·
1 Parent(s): c211cf7

changed crossfade to 40ms to match google's implementation

Browse files
Files changed (1) hide show
  1. magentaRT_rt_tester.html +1 -1
magentaRT_rt_tester.html CHANGED
@@ -216,7 +216,7 @@
216
  const rngC4 = $("rngC4"), numC4 = $("numC4");
217
  const rngC5 = $("rngC5"), numC5 = $("numC5");
218
 
219
- const XFADE_MS = 25; // crossfade length
220
 
221
  let pending = []; // decoded AudioBuffers waiting to be scheduled
222
  let playing = false; // have we started playback?
 
216
  const rngC4 = $("rngC4"), numC4 = $("numC4");
217
  const rngC5 = $("rngC5"), numC5 = $("numC5");
218
 
219
+ const XFADE_MS = 40; // crossfade length
220
 
221
  let pending = []; // decoded AudioBuffers waiting to be scheduled
222
  let playing = false; // have we started playback?