Restore target-based spatial ramp for radio and emit streams

This commit is contained in:
Jage9
2026-02-27 01:47:57 -05:00
parent 73fe9e1228
commit 385b430382
3 changed files with 3 additions and 3 deletions

View File

@@ -309,7 +309,7 @@ export class RadioStationRuntime {
pannerNode: output.panner,
mix,
outputMode: this.audio.getOutputMode(),
transition: 'linear',
transition: 'target',
});
}
}