mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
UDP channel plugins: Windows build
This commit is contained in:
parent
f56bea2afe
commit
3803f72e9f
@ -25,6 +25,8 @@
|
||||
#include "udpsrcgui.h"
|
||||
#include "udpsrc.h"
|
||||
|
||||
const Real UDPSrc::m_agcTarget = 16384.0f;
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(UDPSrc::MsgUDPSrcConfigure, Message)
|
||||
MESSAGE_CLASS_DEFINITION(UDPSrc::MsgUDPSrcConfigureImmediate, Message)
|
||||
MESSAGE_CLASS_DEFINITION(UDPSrc::MsgUDPSrcSpectrum, Message)
|
||||
|
@ -333,7 +333,7 @@ protected:
|
||||
|
||||
char *m_udpAudioBuf;
|
||||
static const int m_udpAudioPayloadSize = 8192; //!< UDP audio samples buffer. No UDP block on Earth is larger than this
|
||||
static const Real m_agcTarget = 16384.0f;
|
||||
static const Real m_agcTarget;
|
||||
|
||||
PhaseDiscriminators m_phaseDiscri;
|
||||
|
||||
|
@ -48,6 +48,7 @@ CONFIG(macx)SUBDIRS += plugins/channeltx/modatv
|
||||
SUBDIRS += plugins/channeltx/modnfm
|
||||
SUBDIRS += plugins/channeltx/modssb
|
||||
SUBDIRS += plugins/channeltx/modwfm
|
||||
SUBDIRS += plugins/channeltx/udpsink
|
||||
|
||||
# Main app must be last
|
||||
CONFIG += ordered
|
||||
|
@ -54,6 +54,7 @@ copy plugins\channeltx\modatv\%1\modatv.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\modssb\%1\modssb.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\modwfm\%1\modwfm.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\udpsink\%1\udpsink.dll %2\plugins\channeltx
|
||||
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
||||
copy plugins\samplesource\sdrdaemonsource\%1\inputsdrdaemonsource.dll %2\plugins\samplesource
|
||||
copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
|
||||
|
Loading…
x
Reference in New Issue
Block a user