rochars/wavefile

distortion in sound from using wav.fromIMAADPCM()

mangnet opened this issue · 1 comments

wav file from telephony system recorded using 8 bit mono, 8000Hz, u-law, The voicemail plays fine in VLC and other media player. When decode it using fromIMAADPCM(), static noise, choppy playback got introduced.
When running command line for bit depth: the wav file returns 505

Any suggestions on fixing it?

Hi. You should use the fromMuLaw() method to decode u-law.

Cheers!
Rafael