-
Notifications
You must be signed in to change notification settings - Fork 4
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
test/fix 24-bit and 32-bit encoding #9
Comments
24-bit files are tagged as 32-bit, so they don't decode to match original. |
Well, this seems more complicated than I thought. I applied what I thought was a fix to the 24-bit issue but now it gives noise when decoded. Still working on a solution. |
ok, I'm pretty sure this is fixed now. We just need to do some extensive testing. |
Oh I've not seen these comments before... |
I successfully tested encoding using the 24b wave file included in the conformance files via our .als muxer. Ignoring the original wav header, the restored samples are identical. p.s. valid reconstruction tested for compression-levels 1-3 |
Great. I'm pretty sure 32-bit is fine, but we need to test this as well. |
Need to test 32-bit encoding.
Need to fix 24-bit encoding.
Will post test details later...
The text was updated successfully, but these errors were encountered: