chromaprint icon indicating copy to clipboard operation
chromaprint copied to clipboard

C library for generating audio fingerprints used by AcoustID

Results 45 chromaprint issues
Sort by recently updated
recently updated
newest added

I've successfully built chromaprint-1.5.1 against ffmpeg4, but when I try building against ffmpeg5, it fails with: ``` [ 44%] Building CXX object src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o In file included from /scratch/audio/chromaprint/work/chromaprint-1.5.1/src/cmd/fpcalc.cpp:7: /scratch/audio/chromaprint/work/chromaprint-1.5.1/src/audio/ffmpeg_audio_reader.h: In...

Thanks #108 I'm not experienced in C++, and not familiar with ffmpeg. Please review the code carefully :pray: This pull request also fixes an existing issue as a by-product of...

The workflow build.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...

- Some functions now return `const` pointers - `AVStream::codec` has been removed - The old single-function decode API has been removed in favor of separate send and receive functions -...

I have two sounds recorded with different cameras at the same scene, therefore they contain the same music. The first camera started recording at position 0, the second camera started...

I cannot find a binary for linux arm64

Replace removed functionality like accessing the codec context from an AVStream and avcodec_decode_audio4() Signed-off-by: Bernhard Rosenkränzer Fixes: https://github.com/acoustid/chromaprint/issues/78

Thank you for recent changes. Against current FFmpeg, the fpcalc utility does not compile. Could there be an API difference? Here is the compile log. In summary: ``` In file...

I have a problem when I try to download chromaprint I have this error can someone help me ? I have already downloaded ffmpeg but I still don't know why...

Hi Lukas, The FFmpegAudioReader class uses two FFmpeg deprecated API: 'AVStream::codec': was declared deprecated in chromaprint\src\audio\ffmpeg_audio_reader.h 179 'avcodec_decode_audio4': was declared deprecated in chromaprint\src\audio\ffmpeg_audio_reader.h 295 More info at: https://ffmpeg.org/doxygen/3.1/group__lavc__encdec.html Regards