We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this bug impacts just the library or fpcalc.exe. Anyway crash is:
rocessor.cpp:148: virtual void chromaprint::AudioProcessor::Consume(const int16_t*, int): Assertion `length % m_num_channels == 0' failed. Aborted (core dumped)
Worse, however, is that it takes out the main process which leaves dead children.
The text was updated successfully, but these errors were encountered:
See acoustid/chromaprint#90 as to the source of the crash. Until this gets fixed, it may be required to run the acoustid code in a separate process.
Sorry, something went wrong.
fixed by #223
No branches or pull requests
Not sure if this bug impacts just the library or fpcalc.exe. Anyway crash is:
Worse, however, is that it takes out the main process which leaves dead children.
The text was updated successfully, but these errors were encountered: