How to render audio waveform?

前端 未结 5 783
后悔当初
后悔当初 2020-12-18 07:26
  1. Is there any audio/programming-related stack-exchange site?
  2. I\'m trying to make a wave form in WinForms
  3. What algorithm should I use?

F

5条回答
  •  轮回少年
    2020-12-18 07:51

    just to document it, if you want to make the audio file fill the width of the output image

    samplesPerPixel = (reader.Length / bytesPerSample) / width ;
    

提交回复
热议问题