mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:27:39 +02:00
(hopefully) fix controllers not being initialized with certain settings
This commit is contained in:
@ -67,6 +67,8 @@ public static class SavWav
|
||||
{
|
||||
var wav = GetWav(clip, out var length, trim);
|
||||
writer.Write(wav, 0, (int)length);
|
||||
fileStream.Close();
|
||||
fileStream.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user