How to read the data in a wav file to an array

后端 未结 7 2010
清酒与你
清酒与你 2020-11-27 15:17

I need to get all the samples of a wav file into an array (or two if you need to do that to keep the stereo) so that I can apply some modifications to them. I was wondering

相关标签:
7条回答
  • 2020-11-27 16:12

    http://hourlyapps.blogspot.com/2008/07/open-source-wave-graph-c-net-control.html
    Here is a Control which Display's the Spectrum of a Wav file ,which also Serves a Byte[] of Decoded Wav File where you can play and/or Change their Values .

    Just download the Control and it's pretty good for WAV File manipulation.

    0 讨论(0)
提交回复
热议问题