Skip to content

acrcloud/acrcloud_extr_tools

Repository files navigation

Usage: ./acr_extr [options] [-i infile]

!NOTE
The default parameters of this tool are for generating database fingerprints(used to upload to the bucket), not identification fingerprints.  
If you want to use the fingerprint for identification, please add the -cli parameter.

For Example:
    # ./acr_extr -i inputfile
    # ./acr_extr -i inputfile -o outputfile

Getting help:
   -h      -- print basic options
   -v      -- print vertion

Options:
   -i           input file
   -s           Start time of input file, default is 0 

                 example: ./acrcloud_extr -s 30 -i inputfile   (It will skip 30 seconds from the beginning.)

   -l           Length of audio data you need. if you create recogize frigerprint, default is 12 seconds, if you create db frigerprint, it is not useful. 

                 example: ./acr_extr -l 12 -i inputfile   (It will decode 12 seconds audio data from the beginning of input file.)

   -o           Output file. If do not have this option, dir of output file is the same with input file.

   -cli         If you add this option, it will create recognition frigerprint. 

                 example: ./acrcloud_extr -cli -i inputfile

   -au          If you add this option, it will save the audio data is decoded from input file(formatter: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz). 

                 example: ./acr_extr -au -i inputfile

   -t           the duration of one block, default is 10 minutes.
   --debug      If you add this option, it will print all infomation.


#*******************************************************#
MD5 (acrcloud_extr_linux) = b40885dcf2adb489cb9bb706ca1087d9
MD5 (acrcloud_extr_linux_alpine) = 71e4a44ceaa6719e066c45e103561160
MD5 (acrcloud_extr_linux_arm) = 32af6b0dda2dc4e56980873bda373e3b
MD5 (acrcloud_extr_linux_arm64_alpine) = f6894de4d44d5491138077f1e720584e
MD5 (acrcloud_extr_mac) = e4edf0e87d646e41c7f88fe9def58911
MD5 (acrcloud_extr_mac_arm64) = 04a02e7994974db70f8498a103a0fbdc
MD5 (acrcloud_extr_win.exe) = 2423a12a7734e3b7e332b211b96b8d5a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published