Add CLI args to remove hardcoded params in the code while keeping sane defaults
Output of the program:
cargo run -- --help
Haha brr
Usage: turbo_audio [OPTIONS]
Options:
--device-name <DEVICE_NAME> Name of the input audio device to choose
--jack Toggle if Jack should be used as the audio host
--sample-rate <SAMPLE_RATE> Sample rate of the input stream [default: 48000]
-h, --help Print help information
-V, --version Print version information
Add CLI args to remove hardcoded params in the code while keeping sane defaults
Output of the program: