is there an adpcm decoder without reading the wav file?
Show older comments
I have many wav files on my computer, and when reading them using the function audioread, I get the followong error:
[File could not be read due to an unexpected error. Reason: Error in WAV/W64/RF64/ file. Malformed 'fmt' chunck]
Note that all these wav files characterized by 4 bits per sample as bit depth, 32 kbps as bit rate, and 8 KHz as sampling rate. Only these files holding these 3 characteristics can not be read using the audioread function.
I think that these files are compressed with adpcm method, so is there a way to decode or decompress them without the need to use the audioread function?
thanks in advance.
6 Comments
Mathieu NOE
on 13 Oct 2020
hello
have you solved your problem ?
have you tried to save your file under a more standard wav format (for example using Goldwavd freeware - quite powerful)
Talal Salim
on 28 Oct 2020
Mathieu NOE
on 28 Oct 2020
hello
so have you tried to save the files under another format like the standard PCM signed 8 or 16 bits ?
Talal Salim
on 9 Nov 2020
Mathieu NOE
on 9 Nov 2020
hello Talal
so problem solved ?
Talal Salim
on 9 Nov 2020
Answers (0)
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!