Tuesday 15 March 2011

c# - How can I read the mp3 into bytes array -


I want to use NAudio with MP3FileReader object to read the bytes array in MP3, then I Spectrum analyzer will attempt to fft, but I can not find any document about its method. Do you have any suggestions or any examples?

A file will be read in byte array:

  var bytes = File.ReadAllBytes (file name);    

No comments:

Post a Comment