MATLAB: Quick Voice Recognition Question

voice recognition

-I want to ask in which format the voice recognition will be better? 'double','single', 'int16' or 'uint8'
The table of different type is found here (with they information) http://www.mathworks.co.uk/help/matlab/ref/wavrecord.html;jsessionid=c0915fcbcf020462dac5d7a4bbb6

Best Answer

Anything other than uint8 stores 16 bits per sample, and will be effectively equivalent.
Related Question