logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

taptempo - a command line tap tempo

Author

       Francois Mazen <francois@mzf.fr>

                                                                                                     taptempo(1)

Description

       Hit the enterkey with style and the program prints the corresponding number of beats per minute (bpm).

       Use this program to quickly find the tempo of a song.

       Type q then enterkey to quit the program.

Name

       taptempo - a command line tap tempo

Options

       -h, --help
              Display help message and quit.

       -p, --precision
              Set  the  decimal  precision  of  the  tempo  display.  The default precision is 0 digit.  The max
              allowed precision is 5 digits.

       -r, --reset-time
              Set the time in second to reset the computation.  Default reset time is 5 seconds.

       -s, --sample-size
              Set the number of samples needed to compute the tempo.  Default is 5 samples.

       -v, --version
              Display version of the program and quit.

       -g, --game
              Activate the gaming mode.

Synopsis

taptempo[-h|-v][-rreset_time][-ssample_size][-pprecision]

See Also