mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-23 14:14:48 +01:00
docs: explained why buffer size can't be changed
This commit is contained in:
parent
cbbfef28f8
commit
a25d9c3590
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ Options:
|
|||
|
||||
The audio buffer size directly impacts resource usage, latency and refresh rate and its limits are given by the audio refresh rate. Larger buffers are slower but less resource intensive. A good starting value might be `8192`
|
||||
|
||||
To change audio buffer size, the PulseAudio client must be restarted. Because of this, such option is configurable only at startup.
|
||||
|
||||
## Controls
|
||||
* Use `q` or `CTRL+C` to exit
|
||||
* Use `<SPACE>` to pause and resume display
|
||||
|
|
Loading…
Reference in a new issue