Window callbacks generated some other errors. What I have learned from MSDN for System.IO.Stream is "public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe". WaveFileWriter is derived from System.IO.Stream so I am not using WaveFileWriter.
↧