Based on this post: Use convolution to find a reference audio sample in a continuous stream of sound
I´m trying to do the same, but I have 2 MemoryStreams and I need to find the first MemoryStream piece inside the second MemoryStream. Do you mind give me some direction how to convert those MemoryStream to IEnumerable(Of Double)? Or your approach it´s based on the file wav?