kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.07k stars 115 forks source link

Bandwidth compression #68

Closed mehdideveloper closed 7 years ago

mehdideveloper commented 7 years ago

Hi Do you support compression of audio and other information sent from server to client? How can it be compressed to make it usable on lower speed connections? Do you have any plans for it?

kpreid commented 7 years ago

Audio compression is covered under #11. Spectrum data compression is also desirable but I have no idea how to go about it without distorting the displayed data. Everything else is insignificant comparatively.

kpreid commented 7 years ago

You might be interested to know that I just pushed commit 06c0026856ba21c7a522bf1fb654d760c6188bd8 which does not add compression but it does add a menu to easily choose a lower audio sample rate.

mehdideveloper commented 7 years ago

Thanks. I was using a smaller hard-coded value. Now it's easier.