alexlee188

Results 8 comments of alexlee188

Did you set up tx=yes in dspserver.conf. ? On Fri, May 29, 2020, 2:51 PM Nikolay Banshchikov wrote: > Press MOX in QtRadio. > > — > You are receiving...

Are you sure that in: - if (fm->afc < 0.000001){ mute = 0; } else { mute = 1; } CXBreal (fm->obuf, i) = - CXBimag (fm->obuf, i) = (fm->pll.freq.f...

Ok I see :) I have updated the repo with a slight change. Please test. On Fri, 28 Oct, 2016 8:51 pm vigeruno, [email protected] wrote: > Hello. > [image: schermata...

Ok. Corrected. On Sun, 30 Oct, 2016 1:51 am vigeruno, [email protected] wrote: > Hello. > > It works with this change: > if (fm->afc < 0.000001){ mute = 1; }...

Ok. Please issue a pull request.

I have incorporated your changes into the git repo. Please test. Thanks. Alex On Fri, Oct 21, 2016 at 9:12 PM, vigeruno [email protected] wrote: > Hello > > FM Demod...

Hi, Phil AB9IL: I suspect your buffer len change caused problems with glSDR reading from rtlsdr servers. Please revert to the previous size ie, 16384 and see whether the problem...

@@ -164,7 +164,7 @@ void *helper_thread (void *arg) // int r = rtlsdr_wait_async(pRec->cfg.rtl, user_data_callback, pRec); int r = rtlsdr_read_async(pRec->cfg.rtl, user_data_callback, pRec, 1, // buf_num, - 16384 // uint32_t buf_len +...