diff options
Diffstat (limited to 'man/specgram.1.html')
| -rw-r--r-- | man/specgram.1.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/man/specgram.1.html b/man/specgram.1.html index 367fa10..5ac4677 100644 --- a/man/specgram.1.html +++ b/man/specgram.1.html @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.22.4 --> -<!-- CreationDate: Wed Oct 20 18:28:19 2021 --> +<!-- CreationDate: Sat May 6 17:36:19 2023 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> @@ -55,7 +55,8 @@ input</p> --rate</b>=<i>RATE</i>] [<b>−d, --datatype</b>=<i>DATA_TYPE</i>] [<b>−p, --prescale</b>=<i>PRESCALE_FACTOR</i>] [<b>−b, ---block_size</b>=<i>BLOCK_SIZE</i>] [<b>−f, +--block_size</b>=<i>BLOCK_SIZE</i>] [<b>−S, +--sleep_for_input</b>=<i>SLEEP_MS</i>] [<b>−f, --fft_width</b>=<i>FFT_WIDTH</i>] [<b>−g, --fft_stride</b>=<i>FFT_STRIDE</i>] [<b>−n, --window_function</b>=<i>WIN_FUNC</i>] [<b>−m, @@ -227,6 +228,17 @@ spectrogram.</p> <p style="margin-left:22%; margin-top: 1em">Default is 256.</p> +<p style="margin-left:11%;"><b>−S</b>, +<b>−−sleep_for_input</b>=<i>SLEEP_MS</i></p> + +<p style="margin-left:22%;">Duration in milliseconds to +sleep for when input is not available. Set this to a +reasonable value when input is sparse. Leave unset when +input is constant and low latency is desired.</p> + +<p style="margin-left:22%; margin-top: 1em">Default is 0 +(i.e. program busywaits).</p> + <p style="margin-left:11%;"><b>FFT OPTIONS <br> −f</b>, <b>−−fft_width</b>=<i>FFT_WIDTH</i></p> |
