stream-audio-fingerprint
stream-audio-fingerprint copied to clipboard
Audio landmark fingerprinting as a Node Stream module
- port https://github.com/adblockradio/stream-audio-fingerprint/pull/25 that was small but had merge conflicts - add proper linting system - refactor by separating as much as possible main code from code that generates graphs
in the demo js, I believe it processes the wav header as well as the data :(. the ffmpeg options are: '-i', 'pipe:0', '-acodec', 'pcm_s16le', '-ar', 22050, '-ac', 1, '-f',...
title says it all :). s
hi thanks for publish this library run in window command prompt with this command type two.mp3 | node codegen_demo.js but not creat out-fft.png OR out-thr.png OR out-raw.png please help me...
Hello, First of all thanks for such a nice tool. I was curious if there is a threshold which can be tuned? For example I have indexed 2 hours long...
This might be a dumb question, if so I am sorry. I looked through the code and the example and am now properly confused. What I'm doing to test (albeit...
1. According to https://en.wikipedia.org/wiki/Just-noticeable_difference humans can only notice tones of 10 cents (1/10 of a semitone) or more, so is it possible to reduce tone differences to an integer to...
1. What is the fingerprint size of S.A.F. vs Chromaprint? 2. How long does it take to discern a match in S.A.F. vs Chromaprint? 3. How accurate is S.A.F. vs...
I encountered an error while running my Node.js application using version 18.14.0. The application throws the following error message: ``` Error opening input files: Invalid data found when processing input...