Align one-shot spatial smoothing with stream ramp profile

This commit is contained in:
Jage9
2026-02-27 01:52:29 -05:00
parent 385b430382
commit 7eb94b3f12
2 changed files with 2 additions and 2 deletions

View File

@@ -643,7 +643,7 @@ export class AudioEngine {
pannerNode: sample.pannerNode,
mix,
outputMode: this.outputMode,
transition: 'linear',
transition: 'target',
});
}