From a91ab70f5714c53b6197a36b6d4f9580955eb4c9 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Thu, 9 Feb 2023 12:50:20 +0100 Subject: [PATCH] Add more text to to buffersize description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caefe39..e8dfbbe 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Arguments are pairs of key=value. - `format`: The encoding of your audio, choices: [https://people.csail.mit.edu/hubert/pyaudio/docs/#pasampleformat](https://people.csail.mit.edu/hubert/pyaudio/docs/#pasampleformat) (Default: `paUInt8`) - `channels`: How many channels the audio has (Default: `1`) - `bitrate`: How high the refresh rate of the audio is in Hz (Default: `8000`) -- `buffersize`: The buffer-size, in seconds. Higher buffer-sizes reduce CPU load and risk of stutter, but raise delay (Default: `0.05`) +- `buffersize`: The buffer-size, in seconds. Higher buffer-sizes reduce CPU load and risk of stutter, but raise delay. Raise this if you get constant stutter (Default: `0.05`) ### out-only: - `store`: How much audio to store in the back-buffer at maximum before cutting it off, in seconds. Raise this if you get inconsistent playback (Default: `0.3`)