CubicSDR icon indicating copy to clipboard operation
CubicSDR copied to clipboard

(Question) Changing Stream format from CS8 to CS16 for X310

Open alphafox02 opened this issue 3 years ago • 0 comments

I notice that when I start CubicSDR from the terminal with the X310/Twin RX card, I get the following error when trying to start the SDR.

Stream setup failed, stream is null. RuntimeError: [RX Streamer] Conflicting OTW types defined: args.otw_format = 'sc8' <=> stream_sig.item_type = 'sc16' SDR Thread stream init error.

When checking the device with SoapySDRUtil --probe driver=uhd I can see the following,

Stream formats: CS8, CS12, CS16, CF32, CF64 Native format: CS16 [full-scale=32768]

It appears I need to tell CubicSDR which format to use? I only notice this with CubicSDR, not with GQRX etc.

alphafox02 avatar Aug 04 '22 10:08 alphafox02