diff --git a/README.md b/README.md index 48d351d..c02e7c9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ However, if you hold down the shift key, you can drag the center line (BFO) or t If you want to run OpenWebRX on a remote server instead of localhost, do not forget to set *server_hostname* in `config_webrx.py`, or you may get a WebSocket error. -DSP CPU usage can be fine-tuned in `plugins/dsp/csdr/plugin.py`: you can set transition bandwidths higher (thus degrade filter performance by decreasing the length of the kernel, but also decrease CPU usage). +DSP CPU usage can be fine-tuned in `plugins/dsp/csdr/plugin.py`: you can set transition bandwidths higher (thus degrade filter performance by decreasing the length of the kernel, but also decrease CPU usage), and also lower `fft_size`. + +If you want a chat-box to the top of the page, here is a snippet for you to include in `config_webrx.py`. + ## Todo