commit | bd72d22097f78f5bd668b223bc8c94e351311e31 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Dec 17 15:22:08 2013 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Tue Dec 17 16:04:29 2013 -0800 |
tree | 2d6acf288135eeb1149e1d631db3e8fd2ef4626e | |
parent | f5293648b727fb3909cd2300a73377f032f8b050 [diff] |
Add ability to read .wav files to test-resample Previously test-resample could only read .raw files, and the input sample rate had to be specified. Now the input sample rate is derived from the input file. This also allows us to read 8-bit PCM files, and other formats such as floating-point in the future. However, the ability to read raw files is lost. A workaround is to use sox or equivalent on the host. Change-Id: Icd06b4d02482b3ad07bf03979f46860e68d38ad9