if (compressionCode != WAVE_FORMAT_PCM && compressionCode != WAVE_FORMAT_IEEE_FLOAT ) {
throw new OperationUnsupportedException("Compression Code " + compressionCode + " not supported");
}
If i hack both the bytes in the wav file from FEFF to 0100, than it works! This FEFF is the extensible wav format. Can this be fixed in the code?
Kind regards,
Koenraad Vanderschaeve
--
You received this message because you are subscribed to the Google Groups "beadsproject" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beadsproject...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beadsproject/403f06d8-a945-444f-8bc9-0533f6628cf1n%40googlegroups.com.
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/orsjb/beads.git/'
Pushing to https://github.com/orsjb/beads.git
I use sourcetree and git all the time for my projects and this works fine. However, i am not so familiar with all those different ways of authentication , etc... So i attached the patch in this mail.To view this discussion on the web visit https://groups.google.com/d/msgid/beadsproject/9c832360-7127-4143-b994-d9453893607an%40googlegroups.com.
<patch.diff>