Closed sonyhome closed 10 months ago
Line 1643 in TMRpcm::finalizeWavTemplate should cast to byte to remove compilation warnings:
seek(4); byte data[4] = {lowByte(fSize),highByte(fSize), (byte) (fSize >> 16),(byte) (fSize >> 24)};
Hmm, I guess I will take a look at all the compiler warnings today. I have some free time here during the holidays, so should clean this one up too. Thanks!
Line 1643 in TMRpcm::finalizeWavTemplate should cast to byte to remove compilation warnings:
seek(4); byte data[4] = {lowByte(fSize),highByte(fSize), (byte) (fSize >> 16),(byte) (fSize >> 24)};