It sounds like you want a beat detection algorithm. NAudio does not come with one, but there are some other libraries that can do this. Unfortunately, you're unlikely to find something for .NET, so you'll need to port it or write an interop wrapper for it if you want to use it with NAudio
↧