ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
982 stars 464 forks source link

Audio-Compressor? #77

Closed Hiermur closed 7 years ago

Hiermur commented 7 years ago

Hello,

how can I disable Audio-Compression?

I don't mean Audio-Stream-Compression.

It would be nice, FM-Signals have a constant noise level.

73, Hiermur

ha7ilm commented 7 years ago

Dear Hiermur,

For your own server, you can disable it here, in the config: https://github.com/simonyiszk/openwebrx/blob/master/config_webrx.py#L80

For publicly available receivers listed on sdr.hu, you cannot change this setting from the web interface.

VY 73!

Andras, HA7ILM

Hiermur commented 7 years ago

Hi Andras,

sry, you missunderstood me.

I mean the audio hears compressed.

Regardless of the setting of the stream compression.

73, Hiermur

ha7ilm commented 7 years ago

You can tweak the AGC settings in the code, in plugins/dsp/csdr/plugin.py, based on the README of csdr.