remove disposed
This commit is contained in:
parent
642c09711f
commit
2716e8080f
|
|
@ -67,8 +67,6 @@ namespace BotSharp.Plugin.AudioHandler.Provider
|
|||
textResult.Add(result);
|
||||
}
|
||||
|
||||
await stream.DisposeAsync();
|
||||
|
||||
var audioOutput = new AudioOutput
|
||||
{
|
||||
Segments = textResult
|
||||
|
|
|
|||
Loading…
Reference in a new issue