0

I want to get an actual wave length of a raw .wav file using c# but I am struggling to find the best solution.

Is there any algorithm that I can use to do this using c#?

please help me..

  • What do you mean by `wave length` ? Can you load a WAV? Yes. Can you apply filters? Yes, using libraries like NAudio or CScore, or wrappers over FFMPEG. Wavelength is the inverse of the frequency though, and audio files definitely contain more than one frequency. – Panagiotis Kanavos Jan 11 '21 at 19:23
  • Yes you can. Not sure exactly what you mean but I'm assuming you want to draw a waveform from a wav file and display it? https://stackoverflow.com/questions/13629277/analyzing-wav-and-drawing-a-graph – Paul Carlton Jan 11 '21 at 19:25
  • Wavelength also depends on the medium the wave is travelling through – Duston Jan 11 '21 at 19:41
  • Panagiotis Kanavos Thank you so much, I just used NAudio and everything seems to be okay... – Nhlanhla Muthwa Jan 12 '21 at 12:39

0 Answers0