using var inStream = new FileStream($"{path}", FileMode.Open, FileAccess.ReadWrite, FileShare.Read);
using var tempStream = new FileStream(Program.soundBufferPath, FileMode.Create, FileAccess.ReadWrite, FileShare.Read);
File.SetAttributes(Program.soundBufferPath, FileAttributes.Hidden);
using var inStream = new FileStream($"{path}", FileMode.Open, FileAccess.ReadWrite, FileShare.Read);
using var tempStream = new FileStream(Program.soundBufferPath, FileMode.Create, FileAccess.ReadWrite, FileShare.Read);
File.SetAttributes(Program.soundBufferPath, FileAttributes.Hidden);