cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

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

Open alphafox02 opened 1 year ago

alphafox02 commented 1 year ago

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.