The following fpcalc options
"Options:\n"
" -format NAME Set the input format name\n"
" -rate NUM Set the sample rate of the input audio\n"
" -channels NUM Set the number of channels in the input audio\n"
" -length SECS Restrict the duration of the processed input audio (default 120)\n"
" -chunk SECS Split the input audio into chunks of this duration\n"
" -algorithm NUM Set the algorigthm method (default 2)\n"
" -overlap Overlap the chunks slightly to make sure audio on the edges is fingerprinted\n"
" -ts Output UNIX timestamps for chunked results, useful when fingerprinting real-time audio stream\n"
" -raw Output fingerprints in the uncompressed format\n"
" -json Print the output in JSON format\n"
" -text Print the output in text format\n"
" -plain Print the just the fingerprint in text format\n"
" -version Print version information\n"
currently need to be inputted via the one String[] argv parameter. The library should have java methods for each of those options.
The following fpcalc options
currently need to be inputted via the one
String[] argvparameter. The library should have java methods for each of those options.