Updated Setting up OpenWebRX on a Raspberry Pi 2 (markdown)

András Retzler 2015-10-18 01:08:56 +02:00
parent 2b9949784e
commit cee3c913f9

@ -15,11 +15,11 @@ You will need a **Raspberry Pi 2**.
The Raspberry Pi 2 should be able to handle about 10 clients simultaneously at the sampling rate of 250 ksps.
![](http://ha5kfu.sch.bme.hu/up/levlista/top-all-proc.png)
It is quite good from an embedded ARM board like that, but your PC would do of course better than that.
I'm constantly doing optimizations to get OpenWebRX faster on the Pi (in the `dev` branch there are some manual assembly optimizations for NEON).
![](http://ha5kfu.sch.bme.hu/up/levlista/top-all-proc.png)
I'm constantly working on getting OpenWebRX faster on the Pi (in the `dev` branch there are some manual assembly optimizations for NEON).
You will have to set the `max_clients` and the `samp_rate` correctly.
If you allow too much clients to connect, audio will lag for all of them (will get audio underruns), as the CPU just can't make it.