From 1695185a429918ed85fe36b0b65566940174aca0 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 16 Dec 2025 00:55:10 -0500 Subject: Try not stopping --- crates/teleia/src/audio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teleia/src/audio.rs b/crates/teleia/src/audio.rs index 974e5f7..9571745 100644 --- a/crates/teleia/src/audio.rs +++ b/crates/teleia/src/audio.rs @@ -34,7 +34,7 @@ impl AudioPlayingHandle { let t = ctx.audio.current_time() + time as f64; self.gain.gain().set_target_at_time(0.0, ctx.audio.current_time(), time as f64) .expect("failed to fade out audio"); - self.node.stop_with_when(t).expect("failed to stop audio while fading out"); + // self.node.stop_with_when(t).expect("failed to stop audio while fading out"); } } -- cgit v1.2.3