#audio #cli-tool #random #dog #play #intervals #doin

nightly app what-the-dog-doin

CLI tool to play sounds in random intervals

2 releases

0.1.1 Aug 24, 2023
0.1.0 Mar 25, 2023

#3 in #dog

28 downloads per month

MIT/Apache

19KB
67 lines

what-the-dog-doin

Do you ever like to get interrupted by random sounds? Do you ever watch 10 hours of silence occasionally broken by what the dog doin? Then this is the PERFECT cli tool for you!

Usage

For supported audio files, see rodio

> what-the-dog-doin --help
Usage: what-the-dog-doin [OPTIONS] <FILE>

Arguments:
  <FILE>  Audio file to be played

Options:
  -f, --from <FROM>     Minimum amount of delay [default: 0]
  -u, --until <UNTIL>   Maximum amount of delay [default: 1200]
  -r, --disable_random  Disables random delay
  -d, --delay <DELAY>   Delay that should be used if random is off. This is added to the length of the sound
  -h, --help            Print help
  -V, --version         Print version

Installation

Cargo

cargo install what-the-dog-doin

License

This project is licensed under either of the following licenses, at your option:

Dependencies

~3–39MB
~527K SLoC