summaryrefslogtreecommitdiff
path: root/plugins/channelrx/demodssb/ssbdemod.cpp
AgeCommit message (Expand)Author
2018-12-24Reverse API: SSB demodf4exb
2018-11-13Windows: MSVC2017: fixed more attribute unused cases (1)f4exb
2018-09-12Foolproof AudioFifo to try fix issue #210. Consequently removed useless timeo...f4exb
2018-05-30AM, NFM, SSB and WFM demods: changed channel Id URIf4exb
2018-05-28SSB demod: yet again another clamping algorithmf4exb
2018-05-26SSB demod: implemeted WEB APIf4exb
2018-05-06SSB demod: squelch: change ramp up/down constant to half of the averaging timef4exb
2018-05-06Mag AGC: corrected step calculation. Added method to combine step up and down...f4exb
2018-04-22SSB demod: use delay line to squeeze squelch tailf4exb
2018-04-18Moved FFT filter destruction at end of the mod or demod destructorf4exb
2018-03-30AM, NFM, SSB demods: make audio FIFO length 1s for any audio sample ratef4exb
2018-03-30SSB demod: fixed AGC constants audio sample rate dependencyf4exb
2018-03-28Removed obsolete references to AudioNetSinkf4exb
2018-03-28SSB demod: removed UDP/RTP copy audio entirelyf4exb
2018-03-27Multiple audio support: SSB demodulatorf4exb
2018-03-27Plugins: RTP cleanupf4exb
2018-03-27RTP fixesf4exb
2018-03-25Multiple audio support: extend audio output information to UDP/RTP informatio...f4exb
2018-03-24Multiple audio support: added ability to manage more than one audio outputf4exb
2018-03-24Multiple audio support: removed audio methods from DSP engine and use AudioDe...f4exb
2018-03-16Channel Rx demods: in constructor make sure the thread is launched when all m...f4exb
2018-03-07SSB demod: implement RTP over UDP for audio copyf4exb
2018-02-14Fixed memory leak with handling of DSPSignalNotification message in modulator...f4exb
2018-02-11SSB demod: audio FIFO write: do the same as in AM demodf4exb
2018-02-09SSB demod: set minimum squelch threshold to -120 dB with constantf4exb
2018-02-09SSB demod: lower the squelch limit to -110 dBf4exb
2018-01-22Differentiate Rx and Tx DSP sample sizesf4exb
2018-01-21Replaced hardcoded bit scaling literals by definesf4exb
2018-01-09SSB demod: relaxed decimator filter constraints as the actual filtering is do...f4exb
2018-01-09SSB Demod: call applyChannelSettings with force=true at construction and star...f4exb
2018-01-05AM, SSB demod, SSB mod: fixed interpolator setting in apply channel settings....f4exb
2018-01-05SSB demod: interpolator fixesf4exb
2017-12-29Demods : use specific method to apply channelizer sample rate and frequency o...f4exb
2017-12-20Use a name field in channels to be used in headless version to replace the GU...f4exb
2017-12-17Server: changes to support DeviceSetf4exb
2017-11-23Web API: implemented /sdrangel/channels: Get a list of channel plugins availa...f4exb
2017-11-21SSB demod: implemented copy audio to UDPf4exb
2017-11-19Web API: report Rx channel info summaryf4exb
2017-11-08Created demod constructor method in all Rx channel pluginsf4exb
2017-11-06Moved m_deviceAPI->addThreadedSource at the end of the constructor sequence i...f4exb
2017-10-02SSB demod: use settings class in demodf4exb
2017-10-01SSB demod: separate GUI from demodf4exb
2017-08-25Use new audio fifo based on audio sample typef4exb
2017-08-06SSB demod: make AGC clamping optionalf4exb
2017-08-06SSB demod: clamp AGC valuef4exb
2017-08-05SSM modulator: added audio compressorf4exb
2017-07-27Put smootherstep function code in one placef4exb
2017-07-27SSB demod: remove AGC threshold (squelch) completely if level us fully turned...f4exb
2017-07-26SSB demod: set AGC target to -20dB in powerf4exb
2017-07-26SSB demod: implement audio mute button squelch light indicatorf4exb