compute-mfcc icon indicating copy to clipboard operation
compute-mfcc copied to clipboard

Read 32Bit Floating point audio

Open mdjp opened this issue 6 years ago • 1 comments

Just wondering how hard it would be to modify your code to with with 32bit floats. We have made a couple of attempts but end up with garbage out. Any pointer would be much appreciated.

mdjp avatar Feb 11 '19 15:02 mdjp

Sorry for a late response. I do not know the exact answer to your question. I tried it myself by changing mfcc.cc to read 4 byte chunks instead of 2, but I see some garbage output too and it requires more time to figure that out. For now I can only point you to the following resources: https://stackoverflow.com/questions/37154257/read-and-write-32bit-wav-file-in-c http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html

Could you please let me know if you were successful?

dspavankumar avatar Mar 02 '19 17:03 dspavankumar