Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subchunk1Size: 12smilePcm: bogus wave/riff header or file in wrong format #39

Open
WestbrookZero opened this issue Oct 16, 2020 · 1 comment

Comments

@WestbrookZero
Copy link

smilePcm: Riff: 46464952
Format: 45564157
Subchunk1ID: 20746d66
Subchunk2ID: 61640000
AudioFormat: 1
Subchunk1Size: 12smilePcm: bogus wave/riff header or file in wrong format ('D:\Projects\Audio\Emotion\SER\AcousticFeatureExtraction\audios/EP03_seq04_sc132.wav')! (maybe you are trying to read a 32-bit wave file which is not yet supported (new header type...)?)

@chausner-audeering
Copy link

The Wave file parser in openSMILE only supports a subset of all possible formats. I suggest to open the file in another software and re-export it as 16-bit signed integer little-endian. You may also want to try with the recently released version 3.0, it might be that this particular incompatibility is already fixed there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants