Reply To: RSPDuo, using dual tuners with API 3.06 in C++

SDRPlay Independent Community Forum Forums SDRPlay Devices RSPDuo, using dual tuners with API 3.06 in C++ Reply To: RSPDuo, using dual tuners with API 3.06 in C++

#917
lexsed
Participant

    I have figured it out — apparently I missed the correct “chosenDevice->rspDuoMode” value for dual tuner initialization is sdrplay_api_RspDuoMode_Dual_Tuner.

    Therefore now I am able to see the callbacks being called sequentially:
    sdrplay_api_StreamACallback: numSamples=1008
    sdrplay_api_StreamBCallback: numSamples=1008
    sdrplay_api_StreamACallback: numSamples=1008
    sdrplay_api_StreamBCallback: numSamples=1008
    sdrplay_api_StreamACallback: numSamples=1008
    sdrplay_api_StreamBCallback: numSamples=1008