From 2716e8080f4468066e788d3119ed7b42745bee6d Mon Sep 17 00:00:00 2001 From: Wenbo Cao <104199@smsassist.com> Date: Mon, 29 Jul 2024 15:45:38 -0500 Subject: [PATCH] remove disposed --- .../BotSharp.Plugin.AudioHandler/Provider/AudioService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Plugins/BotSharp.Plugin.AudioHandler/Provider/AudioService.cs b/src/Plugins/BotSharp.Plugin.AudioHandler/Provider/AudioService.cs index d9bb0896..cda41fc3 100644 --- a/src/Plugins/BotSharp.Plugin.AudioHandler/Provider/AudioService.cs +++ b/src/Plugins/BotSharp.Plugin.AudioHandler/Provider/AudioService.cs @@ -67,8 +67,6 @@ namespace BotSharp.Plugin.AudioHandler.Provider textResult.Add(result); } - await stream.DisposeAsync(); - var audioOutput = new AudioOutput { Segments = textResult