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

OIS Audio Information tool fails to run on some .wav files 1.6.0 and 1.5.5 #368

Open
paul-aloisio opened this issue Dec 16, 2022 · 1 comment

Comments

@paul-aloisio
Copy link

When I ran FITS 1.6.0 on a particular .wav file I got a console error like the one attached. In the fits.xml output, OIS Audio Information tool also failed to run. I will put the file in a Google drive

DA_0003_wav_FITS_1_6_0_B_error.txt

@pwinckles
Copy link
Contributor

@paul-aloisio This bug is LIBDRS-6781. Based on what Kaylie said in the ticket, it is not possible to fix without a significant rewrite of hclaps.

The issue isn’t that the file are large, it’s that they use an internal sample representation of data using floating point instead of integers. That is totally valid, but the library we wrote for wave files doesn’t cover that way of encoding the data since MPS doesn’t work with that flavor of wave. Fixing that will probably require a rewrite of the tool fits is using and/or significant modification of that underlying library.

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