naudio-framework

NAudio waveform plotting in VS 2013


I am using VS 2013 and getting an error when trying to deploy an WAV in my code.

The error is in this line:

open.Filter= "Wave File (".wav)|".wav;";

Solution

  • Two things I see in your code:

    So you probably want open.Filter = "Wave File (*.wav)|*.wav";.