well to parse samples in a text file you would use float.Parse. For a binary file, you would need to use a FileStream and read into a buffer, and then use the BitConverter to get the data out as samples
↧
well to parse samples in a text file you would use float.Parse. For a binary file, you would need to use a FileStream and read into a buffer, and then use the BitConverter to get the data out as samples